It is recommended
that Visual Studio tools be used to build processor modules for use on Windows.
By default, Visual Studio leaves enough space between the MSDOS and PE
headers for mkidp to run successfully. Compiled processor modules should be installed
to the IDA procs subdirectory.
References
Open RCE Forums www.openrce.org
Data Rescue IDA Customer Forums www.datarescue.com/cgi-bin/ultimatebb.cgi
IDA Plugin Writing Tutorial www.binarypool.com/idapluginwriting/
IDAPython plug-in http://d-dome.net/idapython/
IDARub plug-in www.metasploit.com/users/spoonm/idarub/
x86emu plug-in http://ida-x86emu.sourceforge.net/
Gray Hat Hacking: The Ethical Hacker??™s Handbook
334
CHAPTER14 Advanced Reverse
Engineering
In this chapter, you will learn about the tools and techniques used for runtime detection
of potentially exploitable conditions in software.
??? Why should we try to break software?
??? Review of the software development process
??? Tools for instrumenting software
??? Debuggers
??? Code coverage tools
??? Profiling tools
??? Data flow analysis tools
??? Memory monitoring tools
??? What is ???fuzzing????
??? Basic fuzzing tools and techniques
??? A simple URL fuzzer
??? Fuzzing unknown protocols
??? SPIKE
??? SPIKE Proxy
??? Sharefuzz
In the previous chapter we took a look at the basics of reverse engineering source code
and binary files.
Pages:
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602