The slides from my @0x41con 2023 talk are now available: jonpalmisc.com/2023/07/31/ge…
They were primarily designed to supplement my speaking (and the PDF doesn't have animations), but you may still find them useful. Reach out if you have questions.
Had a lot of fun reversing Coruna over the last couple weeks and decided it would be worth to write it all up before I forget - so enjoy :)
littlelailo.github.io/writeu…
0x41con 7
Mad props to Anna and @qwertyoruiopz for hosting and organising this edition!
Kudos to all the speakers!
And thank you all for being part of it!
For whoever might be interested, finally got some time to put together an iBoot & SecureROM loader for both Binary Ninja and IDA that maps segments (TEXT, CONST, DATA, BSS) correctly:
github.com/jonpalmisc/ibis
Still a WIP, but should be useful so far. Would also like to look into how microkernel iBoot works some more and see if there's any improvements that can be made there.
Quick update to arm.jonpalmisc.com:
- Docs updated to 2025.09 revision
- Some visual improvements
- Maybe better search(?) (you tell me)
Should be strictly improvements, but lmk if anything seems to have regressed :)
Search continues to be a bit of a nightmare—one day I'll write a better library but for now I'll keep fighting Pagefind...
P.S. If anything seems wonky, try emptying your cache.
Just released a short writeup for the A9 version of the Trigon exploit, which involves getting code execution on a coprocessor before exploiting the kernel - enjoy! alfiecg.uk/2025/07/16/Trigon…
Two new arm.jonpalmisc.com updates:
- the search bar should now return better results thanks to better page indexing; and
- when it doesn’t, there are now “all instructions” and “all registers” pages you can CMD F manually.
Quick note: arm.jonpalmisc.com/ has been updated to the latest version of the Arm spec. Any changes should be strictly improvements, but let me know if something seems off.