Homebrew Quick question about Spider3DSTools

ProNiteBite

Well-Known Member
OP
Newcomer
Joined
Jan 27, 2015
Messages
49
Trophies
0
Age
37
XP
313
Country
United States
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?
 

Slushie3DS

Cold Beverage Lover
Member
Joined
Jan 9, 2015
Messages
707
Trophies
0
Age
29
XP
420
Country
United States
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:
Code:
bbnorman@bbnorman-Veriton-M460:~/Documents/3DS/Spider3DSTools-master$
>Use the make command.
Code:
make
>Several .BINs and .DATs will output.
>To use ROP, you must convert it to JS.
>Start by compiling browserify:
Code:
 gcc -o browserify browserify.c
>Now that it is compiled, use it on desired ROP:
Code:
browserify LoadCode.dat > js_output.txt
>You can find your JS inside of the outputted text document.

Hope I helped.
 
  • Like
Reactions: ProNiteBite

ProNiteBite

Well-Known Member
OP
Newcomer
Joined
Jan 27, 2015
Messages
49
Trophies
0
Age
37
XP
313
Country
United States
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:
Code:
bbnorman@bbnorman-Veriton-M460:~/Documents/3DS/Spider3DSTools-master$
>Use the make command.
Code:
make
>Several .BINs and .DATs will output.
>To use ROP, you must convert it to JS.
>Start by compiling browserify:
Code:
 gcc -o browserify browserify.c
>Now that it is compiled, use it on desired ROP:
Code:
browserify LoadCode.dat > js_output.txt
>You can find your JS inside of the outputted text document.

Hope I helped.

Thanks, this should be a big help!
 
  • Like
Reactions: Slushie3DS

ProNiteBite

Well-Known Member
OP
Newcomer
Joined
Jan 27, 2015
Messages
49
Trophies
0
Age
37
XP
313
Country
United States
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.
 

Slushie3DS

Cold Beverage Lover
Member
Joined
Jan 9, 2015
Messages
707
Trophies
0
Age
29
XP
420
Country
United States
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.

Have you all the right .DLLs? I am not all that Windows savvy, as I am a gnu/linux user. Check here.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: good night