- Apr 9, 2020
- 667
- Content source
- https://www.youtube.com/watch?v=deG_-5opR30
To summarize:
Don't dive immediately into code, create an overview first.
To do so:
- always extract strings (IDA strings tab is no replacement)
- always check file in a hex editor
- use visualization for large files to find interesting areas
- use automated analysis reports
- along the way make notes of interesting structures, strings, characteristics, behaviour
If you go down a rabbit hole:
- stop, take a step back, take a break
- talk to colleagues, friends or a rubber duck about it
- go back to creating an overview again
- ask for help
Last edited: