Hacking JGecko U Setup Guide

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
@BullyWiiPlaza I'm sorry to bother you about your pointer searcher again, but it won't let me input one of my dumps:
error.png
 

Attachments

  • error.png
    error.png
    2.8 KB · Views: 165

BullyWiiPlaza

Nintendo Hacking <3
OP
Member
Joined
Aug 2, 2014
Messages
1,932
Trophies
0
XP
2,467
Country
Germany
@BullyWiiPlaza I'm sorry to bother you about your pointer searcher again, but it won't let me input one of my dumps:
View attachment 96595
The code is:
Code:
long targetAddress = -1;

try
{
    targetAddress = Long.parseUnsignedLong(targetAddressField.getText(), 16);
} catch (NumberFormatException ignored)
{

}

boolean isTargetAddressFieldValid = targetAddress >= 0;

if (isStartingAddressFieldValid)
{
    long targetOffset = targetAddress - startingAddress;

    try
    {
        long memoryDumpFileSize = getFileSize(filePath);

        isTargetAddressFieldValid &= targetOffset <= memoryDumpFileSize;
    } catch (IOException exception)
    {
        isTargetAddressFieldValid = false;
    }
}

targetAddressField.setBackground(isTargetAddressFieldValid ? VALID_INPUT_COLOR : INVALID_INPUT_COLOR);
Basically, I think the memory dump is not big enough, so what you entered is considered as wrong.
 
  • Like
Reactions: HackingNewbie

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
Has anyone turned this into its own own channel for CFW like HBL and wup installer.. Would be nice to cut out a step, going into HBL everytime

I too am waiting on this. Was gonna take a stab at doing it but it's above my head. To answer your question. No it's not been done
Install haxchi. Before installing, config it to open the tcpgecko file when you hold a certain button. Then install haxchi. Then hover over the newly created homebrew launcher channel (so no need for web exploit as well) and hold the button. You should boot into the tcpgecko app.
 
  • Like
Reactions: skoolzout1

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,719
Trophies
2
XP
8,465
Country
Tuvalu
fedora 26, jgecko u didn't load for me, java was installed.
i had to install java-1.8.0-openjdk - now it's fine :)

Install haxchi. Before installing, config it to open the tcpgecko file when you hold a certain button. Then install haxchi. Then hover over the newly created homebrew launcher channel (so no need for web exploit as well) and hold the button. You should boot into the tcpgecko app.
we can edit the haxchi config file on the sd card to do this, at any time, we don't just need to do it before installing, right?
 
  • Like
Reactions: BullyWiiPlaza

BullyWiiPlaza

Nintendo Hacking <3
OP
Member
Joined
Aug 2, 2014
Messages
1,932
Trophies
0
XP
2,467
Country
Germany
fedora 26, jgecko u didn't load for me, java was installed.
i had to install java-1.8.0-openjdk - now it's fine :)
Yes, Java 8 is mandatory and then it will work on any desktop OS (more or less, there might be platform-dependent bug since I almost only program/test on Windows) :P
 
  • Like
Reactions: cearp

Lavaimp

☆ミ
Member
Joined
Apr 14, 2017
Messages
308
Trophies
1
Age
30
Website
www.youtube.com
XP
516
Country
United States
I have a quick question, do i have to install the one you linked or is the one I got from wiiu.guide ok?
The reason i'm asking is because i'm on cfw 5.5.2 and I use mocha so I want to be sure before I do anything in the end.
 

skoolzout1

Well-Known Member
Member
Joined
Mar 16, 2017
Messages
538
Trophies
0
Location
The Maple Syrup Aisle
XP
953
Country
Canada
@BullyWiiPlaza whenever I try to go into disassembler, I get this error on the wii u. Before you ask, I am using the latest tcpgecko and jgecko u
I think its because it starts on an invalid address to disassemble. You can fix it by going to a random address in memory viewer and right clicking > Disassemble and then itll fix that problem by changing the invalid default address to a valid one at least.
 
Last edited by skoolzout1,
  • Like
Reactions: HackingNewbie

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Veho @ Veho: Mkay.