|
|
|
|
|
by sharklazer
1643 days ago
|
|
Oddly, I’ve written my own decompiler stack from scratch for ARM thumb to “dumb” C for embedded systems, based on radare2. I looked at all the existing tooling and said “That would make sense in a professional capacity” before this change. But this is a little ridiculous, given how easy it is to write decompilation and reveng tooling, if you’ve got some compiler know-how and you’re willing to read manuals for those tricky details. Also, just to be clear, my tooling only really covered what I needed. It was pretty crude. But amazingly simple to stitches together aside from a few gotchas. |
|