Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Created .exe (pyinstaller) with a simple UI. 

Note that Windows Defender will treat it as a virus.
  • Loading branch information
JMitander authored Dec 22, 2024
1 parent 0b7aaf9 commit 6e88dda
Show file tree
Hide file tree
Showing 16 changed files with 22,476 additions and 0 deletions.
4,493 changes: 4,493 additions & 0 deletions build/ziphero/Analysis-00.toc

Large diffs are not rendered by default.

3,847 changes: 3,847 additions & 0 deletions build/ziphero/EXE-00.toc

Large diffs are not rendered by default.

3,824 changes: 3,824 additions & 0 deletions build/ziphero/PKG-00.toc

Large diffs are not rendered by default.

Binary file added build/ziphero/PYZ-00.pyz
Binary file not shown.
685 changes: 685 additions & 0 deletions build/ziphero/PYZ-00.toc

Large diffs are not rendered by default.

Binary file added build/ziphero/base_library.zip
Binary file not shown.
Binary file added build/ziphero/localpycs/pyimod01_archive.pyc
Binary file not shown.
Binary file added build/ziphero/localpycs/pyimod02_importers.pyc
Binary file not shown.
Binary file added build/ziphero/localpycs/pyimod03_ctypes.pyc
Binary file not shown.
Binary file added build/ziphero/localpycs/pyimod04_pywin32.pyc
Binary file not shown.
Binary file added build/ziphero/localpycs/struct.pyc
Binary file not shown.
37 changes: 37 additions & 0 deletions build/ziphero/warn-ziphero.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running your program. Python and
Python 3rd-party packages include a lot of conditional or optional modules. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.

Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
* delayed: imported within a function
* optional: imported within a try-except-statement

IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
tracking down the missing module yourself. Thanks!

missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed)
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed)
missing module named fcntl - imported by subprocess (optional)
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named termios - imported by getpass (optional)
missing module named java - imported by xml.sax._exceptions (conditional)
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
missing module named posix - imported by posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), os (conditional, optional)
missing module named resource - imported by posix (top-level)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
missing module named org - imported by pickle (optional)
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named pyimod02_importers - imported by C:\Users\john\0xBuilder\.venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
9,574 changes: 9,574 additions & 0 deletions build/ziphero/xref-ziphero.html

Large diffs are not rendered by default.

Binary file added build/ziphero/ziphero.pkg
Binary file not shown.
16 changes: 16 additions & 0 deletions dist/zip_processor.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
2024-12-22 02:55:33,342 - WARNING - Standard extraction failed, trying fallback methods: 'ZipProcessor' object has no attribute '_extract_single_file'
2024-12-22 02:55:33,342 - INFO -
Processing Summary:
Total Files: 1
Successfully Processed: 1
Failed: 0
Success Rate: 100.00%

2024-12-22 02:56:12,060 - WARNING - Standard extraction failed, trying fallback methods: 'ZipProcessor' object has no attribute '_extract_single_file'
2024-12-22 02:56:12,062 - INFO -
Processing Summary:
Total Files: 1
Successfully Processed: 1
Failed: 0
Success Rate: 100.00%

Binary file added dist/ziphero.exe
Binary file not shown.

0 comments on commit 6e88dda

Please sign in to comment.