
virt hooking
Get flash to fully experience Pearltrees
API Monitor API Monitor v2 is currently in Alpha. Installers for both 32-bit and 64-bit versions are now available.
API Monitor: Spy on API Calls and COM Interfaces (Freeware 32-bit and 64-bit Versions!) | rohitab.com
IMAGES VirtualBoxes – Free VirtualBox® Images
When I analyze potentially malicious software I use a collection of tools which I now decided to give a name: MART which stands for M alware A nalyst R esearch T oolkit. It consists of several components which I will explain over a series of blog posts in the near future. The process looks something like this: Sample acquisition Sample analysis Sample reporting The second piece of MART is sample analysis. There are two types of analysis I know about: static and behavioral analysis. I don't do much static analysis right now as I mainly concentrate on analyzing the behavior of the suspected sample and see if it performs anything suspicious.
MART - Malware Analyst Research Toolkit: Cuckoo Sandbox | Michael Boman
Hello again.. There was a long time since my last post, cos i was busy with several issues, but most time with this tool.. Checking it’s operation, testing the hooked PE in different OSs, changing the method used, etc..
API Hooking tool injecting code in the PE: tool explanation and application examples..
Сложность программного обеспечения растет – программы становятся более динамическими, и их поведение возможно оценить только в процессе выполнения. Производить оценку безопасности (поиск уязвимостей, недокументированных возможностей и т.д.) таких приложений значительно сложнее. Использовать только статические подходы анализа становится невозможным, так как из-за динамически генерируемого кода мы даже не можем гарантировать полное покрытие кода при анализе. На помощь приходят динамические методы анализа. Есть такая замечательная технология, как динамическая бинарная инструментация (Dynamic Binary Instrumentation, DBI), которая заключается во вставке в бинарный исполняющийся код анализирующих (в общем случае) процедур. Основная прелесть данного подхода заключается в том, что нет необходимости в исходном коде анализируемого приложения – работа происходит непосредственно с бинарным файлом.

