Sie sind auf Seite 1von 2

#What is I?

#Who am I?
#What is mine

For reverse engineering:

http://www.amazon.com/Practical-Reverse-Engineering-Reversing-
Obfuscation/dp/1118787315/ref=sr_1_1?s=books&ie=UTF8&qid=1450459302&sr=1-
1&keywords=reverse+engineering

http://www.amazon.com/Reversing-Secrets-Engineering-Eldad-
Eilam/dp/0764574817/ref=sr_1_2?s=books&ie=UTF8&qid=1450459302&sr=1-
2&keywords=reverse+engineering

http://www.amazon.com/IDA-Pro-Book-Unofficial-
Disassembler/dp/1593272898/ref=sr_1_7?s=books&ie=UTF8&qid=1450459302&sr=1-
7&keywords=reverse+engineering

For malware analysis and malware techniques

http://www.amazon.com/Practical-Malware-Analysis-Hands--
Dissecting/dp/1593272901/ref=sr_1_10?s=books&ie=UTF8&qid=1450459302&sr=1-
10&keywords=reverse+engineering

http://www.amazon.com/Malware-Analysts-Cookbook-DVD-
Techniques/dp/0470613033/ref=sr_1_2?s=books&ie=UTF8&qid=1450459367&sr=1-
2&keywords=malware+analysis

http://www.amazon.com/Art-Memory-Forensics-Detecting-
Malware/dp/1118825098/ref=sr_1_5?s=books&ie=UTF8&qid=1450459367&sr=1-
5&keywords=malware+analysis

For programming

Complete Reference C and Complete Reference C++

NASM Manual

Intel Software Developer Manual


(http://www.intel.com/content/www/us/en/processors/architectures-software-
developer-manuals.html)

This should be enough for you to get started.

###Methodology:
- Get the Malware
- Perform static analysis on the malware (Grab file properties, hashes, sizes, do
open source research on it, dependencies, imports, exports, etc)
- Perform Dynamic Analysis on the malware (Execute it in a sandboxed environment
running system/network/registry monitoring tools and see what it does)
- If necessary, reverse it Reversing requires:
* OllyDbg and IDA Pro, running in different VMs. Use IDA as a roadmap that
you can modify and take notes in as you step through the code in Olly to grab any
dynamic values, watch the flow.
* Map out what you know, find the function calls that you recognize and see
if they are being executed in important functions, if so, make a note and trace
back to the entry point.
* Take lots and lots of snapshots to save your progress. Save Often.
https://www.reddit.com/r/classicalmusic/comments/ehaft/im_new_to_classical_music_wh
ere_should_i_start/
https://www.talkclassical.com/4633-most-powerful-epic-angry.html
https://www.gramophone.co.uk/reviews
Verdi Requiem
vivaldi four seasons summer III presto
beethoven egmont
beethoven 5th
mussorgsky night on bald mountain
mozart nachtmusik
janacek glagolitic mass
Chopin's Etudes and Preludes
Rimsky-Korsakov: Scheherazade - op.35
gustav holst the planets

https://www.allservice.ro/forum/viewtopic.php?t=3044
https://www.allservice.ro/forum/viewtopic.php?t=1311
https://www.youtube.com/watch?v=WeDjhf1Fa_g
https://godoc.org/golang.org/x/sys/unix

Das könnte Ihnen auch gefallen