yrekx/arm-dojo — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small community dojo for pwn.college that helps learners get comfortable with ARM, especially AARCH64. It should feel like a beginner friendly training path, not a big formal course.

Start with an intro to ARM module that explains the basics in plain language, then gives hands on challenges where students can run simple programs, inspect registers, understand calling conventions, and start seeing how exploitation works on ARM systems. If there is existing ARM ROP material, organize it so it can come after the intro, but keep the main focus on the intro module.

Please make the repo ready to use as a pwn.college dojo, with the needed dojo configuration and clear challenge structure. Add a README that explains what the dojo is, who it is for, how to join or run it, and how people can contribute improvements. Look up current pwn.college dojo docs online if you need to.

Want more depth? Deep Reverse