Hacking Official Corbenik - Another CFW for advanced users (with bytecode patches!)

laharl22

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
1,767
Trophies
0
Age
38
XP
615
Country
France
Huh, I set my PC, running Ubuntu MATE 16.04.

I installed gcc, g++, GIF, curl, libtool, automake and installed devKitPro using the Perl script.
I also built and installed the latest libctru (git clone, make install, ofc)
After cloning the Corbenik repo, just do

./autogen.sh

./configure --host=arm-none-eabi

make




Try to set up your env. from scratch?

Sent from my Motorola DynaTAC 8000x using Tapatalk
I will try im on 16.04 also i have diwnloaded the repo not cloning
 

laharl22

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
1,767
Trophies
0
Age
38
XP
615
Country
France
i have a fews error at the end
--------------------- MERGED ---------------------------

how to make a sspoiler with a lot of txt in gbatemp?
 

gnmmarechal

Well-Known Member
Member
GBAtemp Patron
Joined
Jul 13, 2014
Messages
6,043
Trophies
2
Age
25
Location
https://gs2012.xyz
Website
gs2012.xyz
XP
6,012
Country
Portugal
i have a fews error at the end
--------------------- MERGED ---------------------------

how to make a sspoiler with a lot of txt in gbatemp?
You do
and THEN the text.

Sent from my Motorola DynaTAC 8000x using Tapatalk
 

laharl22

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
1,767
Trophies
0
Age
38
XP
615
Country
France
[SPOILER="errors compiling"

][/SPOILER]
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c: In function 'loader_LoadProcess':
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:129:5: error: unknown type name 'CodeSetInfo'
CodeSetInfo codesetinfo;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:198:28: error: request for member 'name' in something not a structure or union
memcpy(&codesetinfo.name, g_exheader.codesetinfo.name, 8);
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:199:20: error: request for member 'program_id' in something not a structure or union
codesetinfo.program_id = progid;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:200:20: error: request for member 'text_addr' in something not a structure or union
codesetinfo.text_addr = vaddr.text_addr;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:201:20: error: request for member 'text_size' in something not a structure or union
codesetinfo.text_size = vaddr.text_size;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:202:20: error: request for member 'text_size_total' in something not a structure or union
codesetinfo.text_size_total = vaddr.text_size;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:203:20: error: request for member 'ro_addr' in something not a structure or union
codesetinfo.ro_addr = vaddr.ro_addr;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:204:20: error: request for member 'ro_size' in something not a structure or union
codesetinfo.ro_size = vaddr.ro_size;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:205:20: error: request for member 'ro_size_total' in something not a structure or union
codesetinfo.ro_size_total = vaddr.ro_size;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:206:20: error: request for member 'rw_addr' in something not a structure or union
codesetinfo.rw_addr = vaddr.data_addr;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:207:20: error: request for member 'rw_size' in something not a structure or union
codesetinfo.rw_size = vaddr.data_size;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:208:20: error: request for member 'rw_size_total' in something not a structure or union
codesetinfo.rw_size_total = data_mem_size;
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:209:15: error: implicit declaration of function 'svcCreateCodeSet' [-Werror=implicit-function-declaration]
res = svcCreateCodeSet(&codeset, &codesetinfo, (void *)shared_addr.text
^
/opt/devkitpro/devkitARM/corbenik/external/loader/source/loader.c:211:19: error: implicit declaration of function 'svcCreateProcess' [-Werror=implicit-function-declaration]
res = svcCreateProcess(process, codeset, g_exheader.arm11kernelcaps
^
cc1: all warnings being treated as errors
/opt/devkitpro/devkitARM/base_rules:84 : la recette pour la cible « loader.o » a échouée
make[3]: *** [loader.o] Erreur 1
Makefile:118 : la recette pour la cible « build » a échouée
make[2]: *** [build] Erreur 2
make[2] : on quitte le répertoire « /opt/devkitpro/devkitARM/corbenik/external/loader »
Makefile:357 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /opt/devkitpro/devkitARM/corbenik/external »
Makefile:386 : la recette pour la cible « all-recursive » a échouée
make: *** [all-recursive] Erreur 1
lol sorry im new with spoiler so the text is big
 
Last edited by laharl22,

gnmmarechal

Well-Known Member
Member
GBAtemp Patron
Joined
Jul 13, 2014
Messages
6,043
Trophies
2
Age
25
Location
https://gs2012.xyz
Website
gs2012.xyz
XP
6,012
Country
Portugal
  • Like
Reactions: Wolfvak

gnmmarechal

Well-Known Member
Member
GBAtemp Patron
Joined
Jul 13, 2014
Messages
6,043
Trophies
2
Age
25
Location
https://gs2012.xyz
Website
gs2012.xyz
XP
6,012
Country
Portugal
it say please set up devkit arm environnement how to make this this is my second compilation
As root (sudo su), do this:
echo "export DEVKITPRO=/opt/devkitpro" >> ~/.bashrc
echo "export DEVKITARM=/opt/devkitpro/devkitARM" >> ~/.bashrc
echo "export PATH=$PATH:/opt/devkitpro/devkitARM/bin" >> ~/.bashrc
source ~/.bashrc

Sent from my Motorola DynaTAC 8000x using Tapatalk
 

gnmmarechal

Well-Known Member
Member
GBAtemp Patron
Joined
Jul 13, 2014
Messages
6,043
Trophies
2
Age
25
Location
https://gs2012.xyz
Website
gs2012.xyz
XP
6,012
Country
Portugal
Code:
export DEVKITARM=$DEVKITPRO/devkitARM
He probably doesn't have DEVKITPRO set either, he should set them all (as root, cuz he is make installing as root)

Sent from my Motorola DynaTAC 8000x using Tapatalk
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @mthrnite, Cheetah Girls, the sequel to Action 52's Cheetah Men.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Pokemon Black I played that one a lot
  • K3Nv2 @ K3Nv2:
    Honestly never messed with Pokémon on ds much
  • mthrnite @ mthrnite:
    I played pokemon once, was bored, never tried again
  • Psionic Roshambo @ Psionic Roshambo:
    Oh Dragon Quest IX
  • K3Nv2 @ K3Nv2:
    Spent like 5 hours on switch one never touched it again
  • Psionic Roshambo @ Psionic Roshambo:
    Sentinel of the stary skies
  • K3Nv2 @ K3Nv2:
    Ds is 20 years old this year
  • Psionic Roshambo @ Psionic Roshambo:
    So MJ no longer wants to play with it?
  • K3Nv2 @ K3Nv2:
    He put it down when the 3ds came out
  • SylverReZ @ SylverReZ:
    @K3Nv2, RIP Felix does great videos on the PS3 yellow-light-of-death.
  • Jayro @ Jayro:
    Eventhough the New 3DS XL is more powerful, I still feel like the DS Lite was a more polished system. It's a real shame that it never got an XL variant keeping the GBA slot. You'd have to go on AliExpress and buy an ML shell to give a DS phat the unofficial "DS Lite" treatment, and that's the best we'll ever get I'm afraid.
    +1
  • Jayro @ Jayro:
    The phat model had amazingly loud speakers tho.
    +1
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
    Veho @ Veho: +1