Wednesday, September 16, 2015
Reverse Engineering for Beginners Ebook
Reverse engineering is taking apart an object to see how it works in order to duplicate or enhance the object. The practice, taken from older industries, is now frequently used on computer hardware and software. Software reverse engineering involves reversing a program's machine code (the string of 0s and 1s that are sent to the logic processor) back into the source code that it was written in, using program language statements.
Abridged contents
- Code patterns
- Important fundamentals
- Slightly more advanced examples
- Java 621
- Finding important/interesting stuff in the code
- OS-specific
- Tools
- More examples
- Examples of reversing proprietary file formats
- Other things
- Books/blogs worth reading
- Exercises
- Afterword
- Appendix
- Acronyms used
Reverse Engineering for Beginners Ebook
Labels:
E-book,
Hacking,
Programing Books
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment