There are many basic shellcodes that can be emulated from the beginning from the end providing IOC like where is connecting and so on. But what can we do when the emulation get stuck at some point?
The console has many tools to interact with the emulator like it was a debugger but the shellcode really is not being executed so is safer than a debugger.
target/release/scemu -f ~/Downloads/shellcodes_matched/drv_shellcode.bin -vv
In some shellcodes the emulator emulates millions of instructions without problem, but in this case at instruction number 176 there is a crash, the [esp + 30h] contain an unexpected 0xffffffff.
There are two ways to trace the memory, tracing all memory operations with -m or inspecting specific place with -i which allow to use registers to express the memory location:
target/release/scemu -f ~/Downloads/shellcodes_matched/drv_shellcode.bin -i 'dword ptr [esp + 0x30]'
Now we know that in position 174 the value 0xffffffff is set.
But we have more control if we set the console at first instruction with -c 1 and set a memory breakpoint on write.
This "dec" instruction changes the zero for the 0xffffffff, and the instruction 90 is what actually is changing the stack value.
Lets trace the eax register to see if its a kind of counter or what is doing.
Related news
- Hacking Tools
- Hack Rom Tools
- Hack And Tools
- Github Hacking Tools
- Growth Hacker Tools
- Hacking Tools For Beginners
- Hacking Tools Usb
- Pentest Tools Subdomain
- Best Hacking Tools 2019
- Pentest Tools Nmap
- Nsa Hacker Tools
- Underground Hacker Sites
- Easy Hack Tools
- Hacking Tools Hardware
- Hacking Tools For Mac
- How To Make Hacking Tools
- Hack Tools 2019
- Pentest Tools Apk
- How To Make Hacking Tools
- Hacking App
- Hacker Tools
- Pentest Tools Port Scanner
- Hack Tools Pc
- Hack Tools Online
- Growth Hacker Tools
- Pentest Tools Tcp Port Scanner
- Hacker Tools Apk Download
- Hacker Tools Linux
- Blackhat Hacker Tools
- Hack Tools Pc
- Pentest Tools Online
- Hacking Tools For Games
- Nsa Hack Tools
- Hacker Tools Windows
- Pentest Tools Online
- Hacker Tools
- Pentest Tools Review
- Hack Tools Pc
- Hack And Tools
- Pentest Tools Apk
- Hacker Tools 2019
- Pentest Tools Linux
- Hack And Tools
- Hacker Tools For Pc
- Hacking Tools Windows 10
- Kik Hack Tools
- Wifi Hacker Tools For Windows
- Hack Tools For Windows
- Android Hack Tools Github
- Pentest Tools Bluekeep
- Bluetooth Hacking Tools Kali
- Pentest Tools Subdomain
- Beginner Hacker Tools
- Hacking Tools For Pc
- Hacker Tools
- Hack Tools For Games
- Hacking Tools 2019
- Wifi Hacker Tools For Windows
- Hacking Apps
- Hack Tools
- Pentest Tools Free
- Pentest Tools Linux
- Hacking Tools For Windows Free Download
- Growth Hacker Tools
- Hack Tool Apk No Root
- Pentest Tools Bluekeep
- Hacking Tools Name
- Pentest Tools Url Fuzzer
No comments:
Post a Comment