udsploit icon indicating copy to clipboard operation
udsploit copied to clipboard

HOW DO I MUST INSTALL THIS!!!11!!!!!!11!!11!!!!!!11111!!

Open DU4LPMASTER1 opened this issue 7 years ago • 20 comments

Really, how?

DU4LPMASTER1 avatar Apr 11 '17 02:04 DU4LPMASTER1

You compile it from source

Qiangong2 avatar Apr 11 '17 03:04 Qiangong2

@Qiangong2 How? WHAT PROGRAM TELL ME ANY OS

JackAttack2 avatar Apr 11 '17 04:04 JackAttack2

Using make under Linux or BSD, you will need DevKitARM installed

Qiangong2 avatar Apr 11 '17 04:04 Qiangong2

Thank you @Qiangong2

parker604 avatar Apr 11 '17 04:04 parker604

HOW i am confused

DU4LPMASTER1 avatar Apr 11 '17 05:04 DU4LPMASTER1

@DU4LPMASTER1 you have to cross-compile it for the 3DS using DevKitARM and Make. You need a full linux or BSD distribution installed

Qiangong2 avatar Apr 11 '17 05:04 Qiangong2

I need more guidance, what does cross-compile it mean

parker604 avatar Apr 11 '17 05:04 parker604

Build for one platform on another, in this case the platform you are targeting is the 3DS.

Qiangong2 avatar Apr 11 '17 05:04 Qiangong2

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

parker604 avatar Apr 11 '17 05:04 parker604

pls a step-on-step manual

DU4LPMASTER1 avatar Apr 11 '17 05:04 DU4LPMASTER1

@parker604, no problem

Qiangong2 avatar Apr 11 '17 05:04 Qiangong2

@DU4LPMASTER1 check out the 3dbrew site. There is a guide on setting up a development environment there.

Qiangong2 avatar Apr 11 '17 05:04 Qiangong2

oh thank god thx @Qiangong2

DU4LPMASTER1 avatar Apr 11 '17 05:04 DU4LPMASTER1

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.

parker604 avatar Apr 11 '17 05:04 parker604

there's a pre-built 3dsx file in the releases section

smealum avatar Apr 11 '17 05:04 smealum

@smealum You are a freaking god in the 3ds homebrew scene

parker604 avatar Apr 11 '17 05:04 parker604

where`s the release section ???

DU4LPMASTER1 avatar Apr 11 '17 05:04 DU4LPMASTER1

@DU4LPMASTER1 https://github.com/smealum/udsploit/releases

Qiangong2 avatar Apr 11 '17 05:04 Qiangong2

@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

ioncorimenia avatar Apr 11 '17 08:04 ioncorimenia

@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

DU4LPMASTER1 avatar Apr 11 '17 19:04 DU4LPMASTER1