Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hi! you can try #TinyTracer, it helped me a lot on this one
- but you need to change some default settings in TinyTracer.ini
- ```ENABLE_SHORT_LOGGING=True
- USE_DEBUG_SYMBOLS=False
- FOLLOW_SHELLCODES=3
- ;FOLLOW_SHELLCODES:
- ; 0 : trace only the main target module
- ; 1 : follow only the first shellcode called from the main module
- ; 2 : follow also the shellcodes called recursively from the the original shellcode
- ; 3 : follow any shellcodes
- TRACE_RDTSC=False
- TRACE_INT=False
- TRACE_SYSCALL=True
- LOG_SECTIONS_TRANSITIONS=True
- LOG_SHELLCODES_TRANSITIONS=False
- HEXDUMP_SIZE=8
- HOOK_SLEEP=False
- SLEEP_TIME=10
- ; ANTIDEBUG: (Windows only)
- ; 0 : Disabled
- ; 1 : Standard
- ; 2 : Deep (may lead to some false positives)
- ANTIDEBUG=0
- ANTIVM=0```
- try with those settings
- it should clarify a lot what is happening there
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement