SkyLined / alpha3

Alphanumeric shellcode encoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error IOError: [Errno 2] No such file or directory: alpha3-master\\x86\\ascii\\lowercase\\rm32\\None.bin

mavverick opened this issue · comments

commented

D:\alpha3-master>ALPHA3.cmd x86 ascii lowercase < C:\Windows\System32\calc.exe
Traceback (most recent call last):
File "D:\alpha3-master\ALPHA3.py", line 253, in
success = Main();
File "D:\alpha3-master\ALPHA3.py", line 215, in Main
encoded_shellcode = encoder_function(arguments["base address"], shellcode, *encoder_function_args);
File "D:\alpha3-master\x86\ascii\lowercase\rm32_init
.py", line 6, in encodeShellcode
decoder = ALPHA3.io.ReadFile("%s.bin" % base_address, LOCAL_PATH)
File "D:\alpha3-master\io.py", line 31, in ReadFile
fd = open(os.path.join(path, file_name), "rb")
IOError: [Errno 2] No such file or directory: 'D:\alpha3-master\x86\ascii\lowercase\rm32\None.bin'