Telegram-RAT icon indicating copy to clipboard operation
Telegram-RAT copied to clipboard

Add Obfuscation

Open ghost opened this issue 5 years ago • 1 comments

Nice Job man! I made a Similar Discord based RAT. Use this to make your RAT hard to Reverse Engineer. Find the unpacker here: https://github.com/extremecoders-re/pyinstxtractor

ghost avatar Jun 17 '20 02:06 ghost

This does not work... 😞

INFO     ==================== Run command ====================
INFO     PyArmor Trial Version 6.2.9
INFO     Source path is "C:\Users\vlad\Documents\GitHub\Telegram-RAT"
INFO     Entry scripts are ['.\\RAT.py']
INFO     Use cached capsule C:\Users\vlad\.pyarmor\.pyarmor_capsule.zip
INFO     Search scripts mode: Recursive
INFO     Exclude path "dist"
INFO     Auto exclude output path "dist\obf"
no previously-included directories found matching 'dist'
no previously-included directories found matching 'dist\obf'
INFO     Save obfuscated scripts to "dist\obf"
INFO     Read public key from capsule
INFO     Obfuscate module mode is 1
INFO     Obfuscate code mode is 1
INFO     Wrap mode is 1
INFO     Restrict mode is 1
INFO     Advanced mode is 0
INFO     Generating runtime files to dist\obf
INFO     Extract pytransform.key
INFO     Generate default license file
INFO     Write license file: dist\obf\license.lic
INFO     Copying c:\users\vlad\appdata\local\programs\python\python38\lib\site-packages\pyarmor\platforms\windows\x86_64\_pytransform.dll
INFO     Generate runtime files OK
INFO     Start obfuscating the scripts...
INFO            API.py -> dist\obf\API.py
Too big code object, the limitation is 32768 bytes in trial versionERROR    Check license failed, Invalid input packet.
INFO     ==================== End command ====================

ERROR    Run command failed

HIlight3R avatar Jul 10 '20 09:07 HIlight3R