|
You are here |
swiftrocks.com | ||
| | | | |
ankit.im
|
|
| | | | | ||
| | | | |
jborza.com
|
|
| | | | | You've written an emulator, how do you debug anything running inside? In this post I'll try to describe what I did (and thought of doing), starting from the most crude methods. Using the IDE and debug the emulator binary Here you can read the program state using just the IDE debugging facilities. Hopefully the code being debugged is simple enough that you can just correlate the (hopefully assembly) source listing to the disassembled instruction and view the machine state. | |
| | | | |
www.emergetools.com
|
|
| | | | | How to easily make the slowest operation in Swift ~20% faster with an order file. | |
| | | | |
blog.nuculabs.dev
|
|
| | | I've recently finished reading a book called Practical Binary Analysis which I consider a state of the art book (review will come soon) and I would like to post my solution to the crackme found in chapter 5. | ||