smealum / udsploit

nwm:UDS exploit + kernel hooks for 11.3
79 stars 17 forks source link

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

Open DU4LPMASTER1 opened 7 years ago

DU4LPMASTER1 commented 7 years ago

Really, how?

Qiangong2 commented 7 years ago

You compile it from source

JackAttack2 commented 7 years ago

@Qiangong2 How? WHAT PROGRAM TELL ME ANY OS

Qiangong2 commented 7 years ago

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

parker604 commented 7 years ago

Thank you @Qiangong2

DU4LPMASTER1 commented 7 years ago

HOW i am confused

Qiangong2 commented 7 years ago

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

parker604 commented 7 years ago

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

Qiangong2 commented 7 years ago

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

parker604 commented 7 years ago

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

DU4LPMASTER1 commented 7 years ago

pls a step-on-step manual

Qiangong2 commented 7 years ago

@parker604, no problem

Qiangong2 commented 7 years ago

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

DU4LPMASTER1 commented 7 years ago

oh thank god thx @Qiangong2

parker604 commented 7 years ago

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.

smealum commented 7 years ago

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

parker604 commented 7 years ago

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

DU4LPMASTER1 commented 7 years ago

where`s the release section ???

Qiangong2 commented 7 years ago

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

ioncorimenia commented 7 years ago

@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

DU4LPMASTER1 commented 7 years ago

@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