๐
PyExtractor
๐
ใปDiscord โฎ
๐
ใปGetting started โฎ
๐
ใปChangeLog
PyExtractor was made by
Love
๐ฐ
ใข Features
pyinstaller
or py2exe
(.exe --> .py)
Encrypted pyinstaller executables
and detects pyarmor
๐
ใข Getting started with PyExtractor!
First go ahead and download Git
[email protected] or higher
Open cmd in a chosen directory and do the following:
$ git clone https://github.com/Rdimo/PyExtractor.git
...
$ cd .\PyExtractor
$ start setup.bat
...
$ echo Done!
or
# Downloading as zip
$ Press big green code button top right of the screen
$ Press download ZIP
$ Drag the zip out to your desktop or some other place
$ Extract it. . .
...
$ Open the extracted folder
$ Run setup.bat
$ Done!
Make sure to open config.json and change the settings to your preferences โฃโฃโฃ
{
"detailed_logs": false, //Console logs the binary sections and general info
"error_stack_logs": true, //Send out full error message
"time_stamp_logging": true, //Timestamp in the logs.log file
"analyse_file": true, //Checks the file(s) for suspicious words, discord webhooks, discord invites, pastebins, urls, ips etc..
"malware_recognize": true //Check if the file hash is a known malware/virus
}
๐
ใข ideas/todo?
- Check for more things
- Better malware recognizer
- Remove chdir
- More config options
๐ญ
ใข ChangeLog
v0.0.3 โฎ 2022-05-09
+ Cleaner code
v0.0.2 โฎ 2022-05-09
+ Bug fixes
v0.0.1 โฎ 2022-05-09
+ Official release