Col-E/Recaf — reverse-engineered prompt
Reverse engineered prompt
Build me a modern desktop app for inspecting and editing compiled Java programs without making the user deal with the messy bytecode details. It should let someone open a jar, zip, class file, or Android app, browse classes and methods, switch between decompiler views, edit decompiled source or low level bytecode, then compile or save the changes back.
Please include search for strings, numbers, class and method references, and instruction patterns. Add helper tools for obfuscated code, including safe loading of weird jars, automatic and manual renaming, exportable mappings, and simple bytecode cleanup transforms.
I also want a bytecode assembler view that shows local variables and stack state while editing, plus a way to convert small Java snippets into bytecode. Include a friendly navigable UI, a command line mode for scripts, and plugin or scripting hooks. Look up current docs online if needed.
Want more depth? Deep Reverse