-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Immunity Degugger, OllyDbg #65
Comments
Hi @Bang1338. Thanks for suggesting these tools. Here are the reasons why I don't think it is worth adding them though:
Thanks! |
PEiD is old try Exeinfo PE :-) |
Indeed, Exeinfo PE is there. :) |
I meant it is already part of the kit. The wiki entry links to http://www.exeinfo.xn.pl/ |
I agreed. |
Oh, now i realized :)
|
I meant you can capture the VM traffic using your host OS. It's safer and faster. 😊 But Wireshark/tshark could still be useful for localhost traffic capture for example.
Indeed. Will be in the next release. Thanks! |
nice! |
Debugger
Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry's first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.
https://www.immunityinc.com/products/debugger/
OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable.
https://www.ollydbg.de/
Network- Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions.- nmap is a free and open source utility for network discovery and security auditing. https://nmap.org/PE analyserPEiD: https://www.aldeid.com/wiki/PEiDPEiD is old, Exeinfo PE is the replacement.Disassembler (missing)- IDA Freeware: https://hex-rays.com/ida-free/The text was updated successfully, but these errors were encountered: