barpyfartz/AndroidRScoop ? reverse-engineered prompt
Reverse engineered prompt
Build me a small C++ command line tool that can dump Roblox Android offsets from the app package or from libroblox.so.
I want it to work like a simple utility where I point it at an Android Roblox apk and the arm64 v8a library, and it extracts the data I need and writes the offsets out in a readable way. If it’s easier, also support loading libroblox.so directly from a folder on Windows. Keep it lightweight and make it easy to run from the terminal.
I’d like it to be built so it works on Linux first, since that’s what I’ll use most, but don’t make anything that would stop it from working on Windows too. Please add clear usage instructions, handle missing files nicely, and make the output easy to copy into a notes file. If you need to check current docs or library details while building it, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit