So recently I've been wanting to try to code for the Spider3DSTools, but I have a quick question, (one that will surely make me sound stupid) how do I compile the code after it's written?
So recently I've been wanting to try to code for the Spider3DSTools, but I have a quick question, (one that will surely make me sound stupid) how do I compile the code after it's written?
[email protected]:~/Documents/3DS/Spider3DSTools-master$
make
gcc -o browserify browserify.c
browserify LoadCode.dat > js_output.txt
It's literally the first header in the readme. https://github.com/yifanlu/Spider3DSTools
I can help you, friend.
>Start by opening the spider3DStools directory in your command like.
>Depending on your operating system, it should look a bit like this:
>Use the make command.Code:[email protected]:~/Documents/3DS/Spider3DSTools-master$
>Several .BINs and .DATs will output.Code:make
>To use ROP, you must convert it to JS.
>Start by compiling browserify:
>Now that it is compiled, use it on desired ROP:Code:gcc -o browserify browserify.c
>You can find your JS inside of the outputted text document.Code:browserify LoadCode.dat > js_output.txt
Hope I helped.
You'll need an arm-none-eabi-gcc toolchain installed, like Yagarto.Thanks, this should be a big help!
You'll need an arm-none-eabi-gcc toolchain installed, like Yagarto.
Download this:So, the site is a bit confusing to navigate, is it the build from launchpad?
I feel really stupid now, I found it, thanks for the help!
So, the site is a bit confusing to navigate, is it the build from launchpad?
I feel really stupid now, I found it, thanks for the help!
Download this:
http://sourceforge.net/projects/yagarto/
No problem! Don't feel stupid, I was an ultra noob at first (and still sorts is)Thanks! I feel really stupid now, you guys are a big help!
I have one more question, for some reason whenever I try to use the 'make' command I get this error, " 'make' is not recognized as an internal or external command, operable program or batch file." What can I do? I installed YAGARTO but it still doesn't work.