udsploit
udsploit copied to clipboard
HOW DO I MUST INSTALL THIS!!!11!!!!!!11!!11!!!!!!11111!!
Really, how?
You compile it from source
@Qiangong2 How? WHAT PROGRAM TELL ME ANY OS
Using make under Linux or BSD, you will need DevKitARM installed
Thank you @Qiangong2
HOW i am confused
@DU4LPMASTER1 you have to cross-compile it for the 3DS using DevKitARM and Make. You need a full linux or BSD distribution installed
I need more guidance, what does cross-compile it mean
Build for one platform on another, in this case the platform you are targeting is the 3DS.
ok, Thanks for providing some insight for me, I was completely lost and confused for about an hour trying to find out how to compile it. Thank you @Qiangong2
pls a step-on-step manual
@parker604, no problem
@DU4LPMASTER1 check out the 3dbrew site. There is a guide on setting up a development environment there.
oh thank god thx @Qiangong2
All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2. All hail @Qiangong2.
there's a pre-built 3dsx file in the releases section
@smealum You are a freaking god in the 3ds homebrew scene
where`s the release section ???
@DU4LPMASTER1 https://github.com/smealum/udsploit/releases
@DU4LPMASTER1 > pls a step-on-step manual Here's a super lazy tutorial to build it on Ubuntu. If you're on Windows 10, this'll work too.
First run this script.
#!/bin/sh
cd /tmp/
sudo apt install git build-essential
wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl
chmod +x devkitARMupdate.pl
sudo ./devkitARMupdate.pl /opt/devkitPro
rm devkitARMupdate.pl
echo "export DEVKITPRO=/opt/devkitPro" >> ~/.bashrc
echo "export DEVKITARM=\$DEVKITPRO/devkitARM" >> ~/.bashrc
echo "export PATH=\$PATH:\$DEVKITARM/bin" >> ~/.bashrc
source ~/.bashrc
cd -
Then clone the repo with this: git clone https://github.com/smealum/udsploit.git
, cd into it cd udsploit
, and finally, build it make
@smealum i got it but after finish the guide flashed my sysNAND and i rebooted my device and everything was like the beginning i didnt got kernel access srry for bad english