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
  1. Code patterns
  2. Important fundamentals
  3. Slightly more advanced examples
  4. Java 621
  5. Finding important/interesting stuff in the code
  6. OS-specific
  7. Tools 
  8. More examples
  9. Examples of reversing proprietary file formats
  10. Other things
  11. Books/blogs worth reading
  12. Exercises 
  13. Afterword 
  14. Appendix 
  15. Acronyms used

Reverse Engineering for Beginners Ebook




SHARE BY GK
Computer Knowledge

No comments:

Post a Comment