Show HN: Tetris, but the blocks are ARM instructions that execute in the browser OFRAK Tetris is a project I started at work about two weeks ago. It's a web-based game that works on desktop and mobile. I made it for my company to bring to events like DEF CON, and to promote our binary analysis and patching framework called OFRAK. In the game, 32-bit, little-endian ARM assembly instructions fall, and you can modify the operands before executing them on a CPU emulator. There are two segments mapped – one for instructions, and one for data (though both have read, write, and execute permissions). Your score is a four byte signed integer stored at the virtual address pointed to by the R12 register, and the goal is to use the instructions that fall to make the score value in memory as high as possible. When it's game over, you can download your game as an ELF to relive the glory in GDB on your favorite ARM device. The CPU emulator is a version of Unicorn ( https://ift.tt/NVERuYe ) that has been cross-compiled to WebAssembly ( https://ift.tt/NiOvKsd ), so everything on the page runs in the browser without the need for any complicated infrastructure on the back end. Since I've only been working on this for a short period of time leading up to its debut at DEF CON, there are still many more features I'd eventually like to implement. These include adding support for other ISAs besides ARM, adding an instruction reference manual, and lots of little cleanups, bug fixes, and adjustments. My highest score is 509,644,979, but my average is about 131,378. I look forward to feedback, bug reports, feature requests, and strategy discussions! https://ift.tt/clmdZD2 August 11, 2023 at 05:26AM
Show HN: Tetris, but the blocks are ARM instructions that execute in the browser https://ift.tt/Y49SeGR
Related Articles
Show HN: A platform for remote piano lessons based on the Web MIDI API https://ift.tt/okZPVYeShow HN: A platform for remote piano lessons based on the Web MIDI API… Read More
Show HN: AED Map – Mobile App for Automated External Defibrillators https://ift.tt/QIbsj5BShow HN: AED Map – Mobile App for Automated External Defibrillators I'… Read More
Show HN: Bitwise Liminal – A Short Film in 256 Bytes of Code https://ift.tt/20E76GHShow HN: Bitwise Liminal – A Short Film in 256 Bytes of Code Bitwise L… Read More
Show HN: Teaching my 2y old son animal sounds https://ift.tt/XN1d7t4Show HN: Teaching my 2y old son animal sounds Hi, Hacker News! To teac… Read More
Show HN: Oration (iOS) turns pdfs into audiobooks https://ift.tt/vnOYIRUShow HN: Oration (iOS) turns pdfs into audiobooks Hello HN community! … Read More
Show HN: I built a simple daily budgeting app for me and my wife https://ift.tt/sRGue28Show HN: I built a simple daily budgeting app for me and my wife https… Read More
Show HN: Swift Mail, a native macOS app for JMAP mail https://ift.tt/EBMJwcNShow HN: Swift Mail, a native macOS app for JMAP mail Hello HN! I'm ex… Read More
Show HN: Aurora- a comprehensive set of Statistics and Machine Learning tools https://ift.tt/2B4q6kFShow HN: Aurora- a comprehensive set of Statistics and Machine Learnin… Read More
0 Comments: