Difference between revisions of "Emulation books and articles"

From Emulation General Wiki
Jump to navigation Jump to search
Line 24: Line 24:
  
 
[http://nostarch.com/xboxfree Hacking the Xbox] by Andrew 'bunnie' Huang
 
[http://nostarch.com/xboxfree Hacking the Xbox] by Andrew 'bunnie' Huang
 +
 +
[http://www.mediafire.com/view/?4liai778n0b0lnn Reading Materials for the Aspiring Emulator Developer]
 +
 +
: Lists some books and some basic info needed for those who want to get into writting emulators.
  
 
: Hacking the Xbox is a great technical book for those of you who want to understand how a console is hacked from a hardware point of view. This is a great introduction to hacking in general.
 
: Hacking the Xbox is a great technical book for those of you who want to understand how a console is hacked from a hardware point of view. This is a great introduction to hacking in general.
 
:
 
 
[[Category:Recommendations]]
 
[[Category:Recommendations]]

Revision as of 23:40, 29 April 2013

Computer Architecture: A Quantitative Approach by John Hennessy and David Patterson

The classic computer architecture textbook.

The Elements of Computing Systems by Noam Nisan and Shimon Schocken

A quick tour of an entire system, from gate logic through running user code. A bit brief, but it’s well written and has a very nice flow.

Virtual Machines by James Smith and Ravi Nair

One of the few books specifically about virtual machines, this book touches on just about every type from the JVM to system level VM’s like Xen. The balance of breadth and depth here is perfect – it’s essentially a survey of the field with enough detail about common techniques and gotchas to really help in the research process.

Reversing: Secrets of Reverse Engineering by Eldad Eilam

The book on reverse engineering. Everything one needs to learn to reverse modern, complex applications, operating systems, and file formats. Can’t recommend this book enough!

The IDA Pro Book by Chris Eagle

If you sink the money into a copy of IDA Pro, an extra bit of change for this book is well worth it to help get the most out of the tool. Covers some similar topics to Reversing, but with much more of a practical slant.

Hacker’s Delight by Henry S. Warren, Jr.

The bible of perverse math hacks. When it comes to implementing some of the more bizarre instructions in a system (bit counting/swapping, numerical conversion, rounding, etc) a lot of the tricks covered in this book can help get the extra speed required.

Hacking the Xbox by Andrew 'bunnie' Huang

Reading Materials for the Aspiring Emulator Developer

Lists some books and some basic info needed for those who want to get into writting emulators.
Hacking the Xbox is a great technical book for those of you who want to understand how a console is hacked from a hardware point of view. This is a great introduction to hacking in general.