Explore >> Select a destination


You are here

swiftrocks.com
| | ankit.im
9.9 parsecs away

Travel
| | Randomness
| | jborza.com
11.7 parsecs away

Travel
| | 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
12.5 parsecs away

Travel
| | How to easily make the slowest operation in Swift ~20% faster with an order file.
| | cybergibbons.com
82.9 parsecs away

Travel
| STMicroelectronics STM32 processors are some of the most common ARM microcontrollers we see in IoT devices. We often want to read the firmware from these so we can examine it and find any vulnerabi...