Research
Advisories
Below lists all the currently published security advisories for original vulnerabilities as discovered through research performed by Harmony Security.
Reverse Engineering
OllySocketTrace - OllySocketTrace is a plugin for OllyDbg to trace the socket operations being performed by a process, recording all buffers being sent and received.
OllyHeapTrace - OllyHeapTrace is a plugin for OllyDbg to trace the heap operations being performed by a process. It will monitor heap allocations and frees for multiple heaps, as well as operations such as creating or destroying heaps and reallocations.
OllyCallTrace - OllyCallTrace is a plugin for OllyDbg to trace the call chain of a thread allowing you to monitor it for irregularities to aid in the debugging of stack based buffer overflows as well as to quickly plot the execution flow of a program you are reversing.
Exploit Research
Reflective Dll Injection - Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process.
Kungfoo Shellcode - The Kungfoo Shellcode is a win32 shellcode system released in 2001.
Janus - Janus is a proof of concept non-blind TCP/IP connection spoofer with ARP cache poisioning.