Homebrew RELEASE Noexs Remote Debugger

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
@wiitendo84 has already helped me a bunch getting a new sd sorted and getting this working.

but i dont want to take too much of his time, so i thought id post here with pics to try see where i am going wrong.

i find my code (ammo) and added the result to the watch list
New-Bitmap-Image.png



then when i go tools to find pointers this is where i get lost

New-Bitmap-Image.png


so im under the impression i find the main and right click and set pointer search (main)

New-Bitmap-Image.png


I then click the first code mutable right click set to filer (Min) then the last code multable and set to filer (Max)

New-Bitmap-Image.png


if i click filter all the results disappear, so how do i know out of the list i see which is the pointer
 
  • Like
Reactions: Zaybokk

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,753
Trophies
2
XP
6,322
Country
@wiitendo84 has already helped me a bunch getting a new sd sorted and getting this working.

but i dont want to take too much of his time, so i thought id post here with pics to try see where i am going wrong.

i find my code (ammo) and added the result to the watch list
New-Bitmap-Image.png



then when i go tools to find pointers this is where i get lost

New-Bitmap-Image.png


so im under the impression i find the main and right click and set pointer search (main)

New-Bitmap-Image.png


I then click the first code mutable right click set to filer (Min) then the last code multable and set to filer (Max)

New-Bitmap-Image.png


if i click filter all the results disappear, so how do i know out of the list i see which is the pointer
start with f0000 and max depth 2, F0000000 is overkill and waste of time
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
it could also mean that there is no Depth 1 pointer to Main
you should try on a game that already has existed cheats

the photos in this tutorial are already dead
https://gbatemp.net/threads/noexs-remote-debugger.512668/page-9#post-8331260
it is, wiitendo84 did health i tested in sx os for him and confirm it works, hes left doom 3 to me for testing but cant figure out what you do.

im used to like the 3ds you opened your dump entered your code and it did the scan for you and marked good pointers up in green.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,753
Trophies
2
XP
6,322
Country
it is, wiitendo84 did health i tested in sx os for him and confirm it works, hes left doom 3 to me for testing but cant figure out what you do.

im used to like the 3ds you opened your dump entered your code and it did the scan for you and marked good pointers up in green.
I don't see anything about click on filter in both tutorials and in your filter Min Max both address are out of the results address range
 
Last edited by dsrules,

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
it says select all Main then add the results to the watch list
then look for the ones that still matches your new cheat address after the old address had been changed
Ill have to go back im sure i read it said right click main add to pointer main then find and add filter min and max.

From the tool i dont think you can add to watch list only from your actual search which i have.

Thought the point of tools was to find the pointer of the watch code youve added edited and works in game.
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
40
Location
New Albany, Indiana
XP
3,798
Country
United States
I don't see anything about click on filter in both tutorials and in your filter Min Max both address are out of the results address range
Yeah I just found out about that filter check. Gotta update the guide with it. What happens is that when you click on that it should go and take out the pointers that arent in the filter min and max area.

--------------------- MERGED ---------------------------

@wiitendo84 has already helped me a bunch getting a new sd sorted and getting this working.

but i dont want to take too much of his time, so i thought id post here with pics to try see where i am going wrong.

i find my code (ammo) and added the result to the watch list
New-Bitmap-Image.png



then when i go tools to find pointers this is where i get lost

New-Bitmap-Image.png


so im under the impression i find the main and right click and set pointer search (main)

New-Bitmap-Image.png


I then click the first code mutable right click set to filer (Min) then the last code multable and set to filer (Max)

New-Bitmap-Image.png


if i click filter all the results disappear, so how do i know out of the list i see which is the pointer
Using your pictures, there is only one main mutable section. When that happens when you go to right click mutable, you choose the one that has both filter pointer min and max. In your main memory there are only 3 sections of memory. 2 are static and one is mutable. When looking at it you see that the next memory region is SDK. Main ends right before it. Like I said on this game theres only 3 main memory sections but on resident evil there were multiple sections of mutable main. That's when you would do the pointer min and pointer max separately.

--------------------- MERGED ---------------------------

Alright is there a program I can use to maybe record just the pc version of my desktop while I run it? This way i can maybe upload a video to youtube doing just a basic search. Preferably a free editor to do so.

Edit:
Found a program that allows 15 minute videos to be made. Yay
Link for pointer tutorial
 
Last edited by wiitendo84,

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,753
Trophies
2
XP
6,322
Country
Yeah I just found out about that filter check. Gotta update the guide with it. What happens is that when you click on that it should go and take out the pointers that arent in the filter min and max area.

--------------------- MERGED ---------------------------


Using your pictures, there is only one main mutable section. When that happens when you go to right click mutable, you choose the one that has both filter pointer min and max. In your main memory there are only 3 sections of memory. 2 are static and one is mutable. When looking at it you see that the next memory region is SDK. Main ends right before it. Like I said on this game theres only 3 main memory sections but on resident evil there were multiple sections of mutable main. That's when you would do the pointer min and pointer max separately.

--------------------- MERGED ---------------------------

Alright is there a program I can use to maybe record just the pc version of my desktop while I run it? This way i can maybe upload a video to youtube doing just a basic search. Preferably a free editor to do so.

Edit:
Found a program that allows 15 minute videos to be made. Yay
Link for pointer tutorial

Windows 10 has built in video capture if your video card supports it
https://www.pcmag.com/news/349410/how-to-capture-video-clips-in-windows-10
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
Yeah I just found out about that filter check. Gotta update the guide with it. What happens is that when you click on that it should go and take out the pointers that arent in the filter min and max area.

--------------------- MERGED ---------------------------


Using your pictures, there is only one main mutable section. When that happens when you go to right click mutable, you choose the one that has both filter pointer min and max. In your main memory there are only 3 sections of memory. 2 are static and one is mutable. When looking at it you see that the next memory region is SDK. Main ends right before it. Like I said on this game theres only 3 main memory sections but on resident evil there were multiple sections of mutable main. That's when you would do the pointer min and pointer max separately.

--------------------- MERGED ---------------------------

Alright is there a program I can use to maybe record just the pc version of my desktop while I run it? This way i can maybe upload a video to youtube doing just a basic search. Preferably a free editor to do so.

Edit:
Found a program that allows 15 minute videos to be made. Yay
Link for pointer tutorial



thanks for the video, i think i understand what i was doing wrong, will try now see :D

thanks for all the help @wiitendo84 ill update if i have success, if so then i havent wasted money getting a 400GB sd card now ;)
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
This app is really pissing me off, all morning trying to get it to run, keeps saying already attached when keep turning my laptop and switch off.

So how on earth can it say already attached when both devices have been turned off.

If this is how problematic it is, is it worth all the time and effort.
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
40
Location
New Albany, Indiana
XP
3,798
Country
United States
Try rebooting back into cfw. Power down completely and redo it. When it boots back up, Hold L button down until the game completely starts. Then start noexs and connect when you're in the level. Usually that's all that I have to do if it acts up.
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
thanks @wiitendo84 was able to find my first pointer today, shame it only worked on that level on first load but ive upgraded my ram so hopefully my laptop wont be as slow now.
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,930
Trophies
0
Age
38
XP
5,188
Country
United States
so one out of the 5 worked for that current level even if you quit it still worked, but doest work when i complete that level.

doing a depth 3 scan but how do you process this
[[main-5832def450] - 75c] - b50 into sx code builder
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,753
Trophies
2
XP
6,322
Country
so one out of the 5 worked for that current level even if you quit it still worked, but doest work when i complete that level.

doing a depth 3 scan but how do you process this
[[main-5832def450] - 75c] - b50 into sx code builder
not sure if he released the versions that supports multi depth pointers or not
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • ColdBlitz @ ColdBlitz:
    but its a custom os for both of them
  • ColdBlitz @ ColdBlitz:
    designed for only specific hardware
  • ColdBlitz @ ColdBlitz:
    so you have to learn to emulate that specific hardware which isn't as easy as you'd think
  • K3Nv2 @ K3Nv2:
    It's a locked down Linux distro basically
  • Psionic Roshambo @ Psionic Roshambo:
    I think the only custom hardware is to do with the SSD and a security chip
  • Psionic Roshambo @ Psionic Roshambo:
    Probably combined in one chip
  • K3Nv2 @ K3Nv2:
    They place married security chips onto boards iirc
  • Psionic Roshambo @ Psionic Roshambo:
    Damn Frontier is offering 5Gbps now lol
  • K3Nv2 @ K3Nv2:
    I honestly can't recommend any of the big 3 this years I'd say buy a rog ally z1 if we're being honest
  • Psionic Roshambo @ Psionic Roshambo:
    Honestly after the PS3 and 360 I just went full PC
  • K3Nv2 @ K3Nv2:
    Every games basically cross platform they only have about 6 titles making it worth the $600 price tag
  • Psionic Roshambo @ Psionic Roshambo:
    Didn't see much need for a console, all the advantages have kind of disappeared
  • ColdBlitz @ ColdBlitz:
    the ps3 used to support installing linux because the cpu was so powerful
  • K3Nv2 @ K3Nv2:
    Then the games are $70 and they want to reboot and refresh the same game every year
  • K3Nv2 @ K3Nv2:
    The ps3 was always Linux they just found a way to make it open source
  • ColdBlitz @ ColdBlitz:
    I'm avoiding buying from the big 3 at all atm
  • Psionic Roshambo @ Psionic Roshambo:
    At one point PC game pads where poorly supported, loading a game had setup, it was complicated. Now it's almost as easy as a console.
  • ColdBlitz @ ColdBlitz:
    nintendo needs to up their game soon
  • K3Nv2 @ K3Nv2:
    Yeah even bt support for Xbox one controllers are just as easy as pairing
    +1
  • ColdBlitz @ ColdBlitz:
    considering the steamdeck can emulate the switch (yikes) theres almost 0 reason to buy the switch apart from playing online and using cartridges
  • K3Nv2 @ K3Nv2:
    Xinput and 360 dongles were a driver nightmare
  • K3Nv2 @ K3Nv2:
    I remember having to manually put in drivers and what not
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah the 360 dongles sucked
  • Psionic Roshambo @ Psionic Roshambo:
    But the new Xbox pads? PIr it up and if a game supports it it just works
  • K3Nv2 @ K3Nv2:
    Most emulators even automatically detect them now
    K3Nv2 @ K3Nv2: Most emulators even automatically detect them now