Homebrew RELEASE Noexs Remote Debugger

  • Thread starter Thread starter matt123337
  • Start date Start date
  • Views Views 189,679
  • Replies Replies 664
  • Likes Likes 25
@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
@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
 
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.
 
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,
So in the tools tab how do i know what im to select to start main or whatever?
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
 
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.
 
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,
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
 
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 ;)
 
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.
 
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.
 
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.
 
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
 
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