MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Build Securely on AWS with Proven Frameworks
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Extract contents of a Windows executable file created by pyinstaller
MIGRATED TO GITHUB
https://github.com/extremecoders-re/pyinstxtractor
This is a python script to extract the contents of a PyInstaller generated Windows executable file.
The contents of the pyz file (usually pyc files) present inside the executable are also extracted.
The pyc files are made valid so that a python bytecode decompiler will recognise it.
Script can run on both python 2.x and 3.x
Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
ApkDissector is a Java Based Android APK Decompiler
How to decompile an APK file ?
Once you click decompile it will create a folder called extract and inside that you will find a folder having same name as the file where you will get all the extracted contents of the apk
Select APK/DEX - Click this button to browse and select the APK file.
Decompile APK/DEX - Click this button to decompile and extracts the contents on the APK file.
All the extracted files will be with in extracts directory within the folder name .apk
How to decompile...