Reverse Engineering and Malware Analysis

by crudd

start:
call [words]
cmp rax, [challenges]
int 3
mov rax, [links]
ret

Tools

RePair [2005]- A tool to help in reverse engineering by hiding some of our tools from detection. Patches OllyDbg to prevent some detections and allows renaming of classes/windows in a few other tools. Also included a Virtual Device Driver to patch IsDebuggerPresent to always return false (Win9x Only)