This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bài phỏng vấn Rolf Rolles của HITB hay đến từng cm :D , đây mới đúng là hacker: | |
http://magazine.hitb.org/issues/HITB-Ezine-Issue-005.pdf | |
What are your favorite reverse engineering tools? | |
IDA, Resource Hacker, 010 Editor, VMWare, SoftICE, and those that I develop myself. | |
How would you describe the process of reverse engineering to a beginner? | |
Step 0: Pose a question (how is the program accomplishing X?). | |
Step 1: Find a portion of the code relevant to the inquiry via a variety of static and dynamic means. | |
Step 2: Analyze that code to obtain information; annotate the binary with what you have learned. |
(draft; work in progress)
See also:
- Compilers
- Program analysis:
- Dynamic analysis - instrumentation, translation, sanitizers
On September 28, 2021, I asked on Twitter:
PL Twitter:
you get to recommend one published PL paper for an undergrad to read with oversight by someone experienced. the paper should be interesting, approachable, and (mostly) self-contained.
what paper do you recommend?