yhs0602/Android-Disassembler ? reverse-engineered prompt

Reverse engineered prompt

Build me an Android app that can open and inspect binary files on a phone, especially APKs, dex files, shared libraries, Windows executables and DLLs, Linux binaries, and other files too. I want it to be able to show file details, symbol tables, hex view, and disassembly for the code sections, with syntax highlighting and easy jumping to symbols or hex addresses. It should let me search strings, follow jumps while browsing instructions, copy instructions, and export the analysis in a few useful formats like text, JSON, and a reloadable project file.

Make the normal file opening and saving work with the system file picker, and include a more advanced import path for power users who want to browse raw files, rooted device locations, or installed apps. Keep it friendly for files it cannot parse, and make it support multiple architectures like arm, x86, x64, MIPS, and PowerPC. If you need current Android storage or permission details, look up the latest docs online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab