ShellCodeEmulator icon indicating copy to clipboard operation
ShellCodeEmulator copied to clipboard

Shellcode emulator written with Unicorn Framework With Process Dump Emulation Environment

Results 4 ShellCodeEmulator issues
Sort by recently updated
recently updated
newest added

ShellCodeEmulator fails writing the shellcode memory with the following exception: ``` INFO:__main__:Writing shellcode to 7ff6f80b4e90 (len=d8) Writing shellcode to 7ff6f80b4e90 (len=d8) ERROR:shellcode_emulator.memory:* Error in writing memory: 7ff6f80b4e90 (size: 000000d8) *...

I have WinDBG installed but when I tried to run ``` C:\tmp\>C:\Users\user1\AppData\Local\Programs\Python\Python37-32\python.exe -m shellcode_emulator.run wincalc.bin -d C:\tmp\shellcode Traceback (most recent call last): File "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec)...

this-sprint

Use following command line to reproduce. ``` python ShellcodeEmulator\emulator.py "b3e4c1e7912d6888c89ea1fc35c570ff56729541.bin" -d MemoryDumps\notepad.dmp > b3e4c1e7912d6888c89ea1fc35c570ff56729541.log pause ``` ``` Traceback (most recent call last): File "ShellcodeEmulator\emulator.py", line 112, in Run self.Emulator.Start(self.CodeStart, self.CodeStart+self.CodeLen)...

Use following command line ``` python ShellcodeEmulator\emulator.py "33312f916c5904670f6c3b624b43516e87ebb9e3.bin" -d MemoryDumps\notepad64.dmp > 33312f916c5904670f6c3b624b43516e87ebb9e3.log pause ``` ``` Traceback (most recent call last): File "ShellcodeEmulator\emulator.py", line 140, in Run self.Emulator.Start(self.CodeStart, self.CodeStart+self.CodeLen) File "ShellcodeEmulator\emulator.py",...