Tutorial  Updated

Edizon SE with Pointer Searcher SE Tutorial

I want to make it clear here. I do not condone posting of others cheats that you have not created yourself unless you got permission from the creators, with that said if you do have permission please go ahead and credit the creator. I have made these videos and instructions to give everyone the basic knowledge to create their own cheats. Almost everything you could want can for cheats can be done using one of these methods. If someone isnt making a cheat that you want, I encourage you to follow these tutorials and if you need help to please reach out. There are many of us who will be willing to tell you what steps you need to do or what you are missing.

Alright so here goes my tutorial for the Edizon SE and Pointer Searcher SE.
I will let you know that this will be updated as much as what I can with different videos showcasing what TomSwitch has done.
As of right now just basic usage of how to do a search for a known variable and a quick look at how to connect the pointer searcher and download the bookmark for pointer searching.



Different types of searches

U8 = Unsigned 8 bit search for known and unknown values up to 255 in decimal or FF in hex

U16 = Unsigned 16 bit search for known and unknown values from 256-65535 in decimal or FFFF in hex

U32 = Unsigned 32 bit search for known and unknown values from 65536-4294967295 in decimal or FFFFFFFF in hex

U64 = Unsigned 64 bit search for known and unknown values. Most cheat codes likely won't use this. However, if 32 and below don't find it, then this may be your next step.

S8/S16/S32/S64 = Exactly like the unsigned searches except that Signed can hold negative numbers, zero, and positive numbers whereas the unsigned can only hold zero and positive numbers.

Known

This is where you want to search for something that you know. Could be lives, health, ammo, etc. Usually something with a number that you can see.

Unknown
This is where you search for a life bar or something that is unseen. Moon jump codes are especially useful for here if I'm not mistaken.

Float

Float is a bit different. 4 is actually 40800000 and as you can see its like a 32 bit value. This and Double Float are used if you see something like 95.5

Double Float
Double float is like float but bigger. So it looks like a 64 bit value. So 4 would look like 4010000000000000.
This is also where 95.5 would be used as well as normal float.

MODES

== means equal to

> means greater than (your address should be greater than "whatever number")

< means less than (your address should be lesser than "whatever number")

Between searches A to B

Between searches is if you know that the value is always between two different values. So you know that the address you're looking for is between 3f800000 and 40800000. You would use this.

DIFF means different than last search (use this if you don't know if your next search is bigger or lesser than your previous search)

!= means not equal to (use this if you know that your address value is not equal to whatever value you're searching for)

Same means same as last (use this if your value hasn't changed since the last search)


Region

4 choices
Heap

This is where most of your addresses will be found. Most of them will require a pointer from main to be usable all the time. Generally they will change around every time you reboot the game.
Main
Most of the time if a code is found in here, they are static. However, there have been times where it requires a pointer inside of main to work.
Heap + Main
Most of the time doing this will be required for you if you don't know if the address you are looking for is in heap or main. This also is required when you do your search for pointers.
Ram
So this will search for everything loaded in Ram. You really shouldn't have to use this but as a last resort. This will take forever to search. Recommend not doing this one if you're not too sure of what you're doing. I'll be honest, if I can't find it in heap and main, I won't try this. Everything you're searching for should be in heap and main, so I would stick to those.

First start the game that you want to find any value for.
When it loads get into a level and do a initial search known or unknown.

Known.


Find the initial value you want to find.
Lets say its 6.
Press home and go to Edizon SE
Press R and then press Y to do a search
From here use L and R to choose the settings that you want to use to search
For this we're going to use U8 == Heap and Main then you can press x to change between decimal or Hex search
We're going to do decimal, you have 2 choices here either use zr or zl to change the value or press a to go inside and choose the value that way
press + and then when the blue box is over search press a
This takes a few moments to complete.
Press home and go back to your game.
Lose some health.
Go back to Edizon SE
Press R then Y
Press a on the number
Change it to whatever you are searching for now.
Press + and then press a when the blue box is over search now.
This narrows it down more. Continue until you get as few as possible results.
Then on each result press a to change the value to see if it reflects anything.
Once you find out which one is the correct address, press + on it.
That allows you to make a bookmark for it.
Name it whatever you feel like to be able to identify it on the next step.

Unknown


Start the game and decide on what you want to search for.
Go to Edizon SE
Press R and then Press Y
Using L and R choose your settings
Start with a 32 bit unsigned search
Choose Unknown
main and heap.
click search
Go back to the game and either decrease or increase what you're trying to find
Go back to Edizon SE
Press R and then press Y
Go to mode and either choose ++ for increase or -- for decrease
Also you can choose Same if you didn't increase or decrease whatever you're searching for
Keep alternating between at least 2 of these choices to help narrow down the results as fast as possible
When you get down to just a few choices, test them out.
This may also cause unintentional problems like freezing the game etc.
When you figure out which one does what you are intending to do, Bookmark the address with the + button, and try to do a pointer search on it.

Pointer Searcher SE


Alright now time to search for pointers.
Load Pointer Searcher SE.

Make sure that you are currently in your game and not in Edizon SE for this part.

Edit:

***TomSwitch sent me a message. After you attach to the switch and download the bookmark/s. If you click on it and drag it to the address portion before you dump the ptr. It will save the address so when you load up the dmp file again not only will you have the heap and main but you will have the addresses that you searched for.***


Make sure that you have your switch IP address in the IP address field
Click on attach, this should freeze your game if it connects properly
Click download bookmarks
Make sure that the Label is what you labeled it in the previous section
Click Dump PTR
This starts the entire process of dumping the memory for your search.
Make a notepad file with the address thats next to the label name that you made, this is the address to your health that you found previously
You'll notice that pointer searcher se automatically fills in the main and heap sections for you but you have to put that address in yourself
Click on read first dump
Change your maxdepth, offset num, and offset range to make sure you can find any pointers.
Click on reset and search
Now this will give you either no results(if so up the depth, num, and range), a small list of potential pointers, or a huge number of pointers.
Redo the previous steps to add more dumps, you will have to restart the game completely to get it to move the memory around to find these.
Then just use file on pointer searcher se to change the dmp files so you don't always have .dmp0 as the end because that will overwrite your previous one.
This helps to narrow down the pointers.

Testing your pointers


Just load up Jnoexs and copy your pointer chain you found into the expression box in the tools section.
Click on parse.
What should happen is that it should pop up a value right next to parse.
This should be an address, if not then move on to the next pointer until you find one that gives you an address.
Copy the address and either go into watchlist section or memory viewer.
If you go into watchlist, click on update so that it updates whatever the value should be.
If you click on locked, you will lock it to that value. So if it's money or life, try to lose some and if it doesn't go down then that's the address you need.

Taking your pointer chain and making it to a usable cheat code


I use Simple SX OS code builder.
Under the code builder section there are 4 subsections.

Data
Description: Name of code
Address: This is your pointer chain/address from main that's static/address from heap that's static
Also you need to change this to either Noexs format or SX OS format
Value: This where you put whatever your value is in decimal.
Pointer Offset: I don't use this because of the one of the next areas
Register to be used: Goes from 0 to F

Code Format
Direct/Static: This means that no matter how many times you restart the game, its always that far from either heap or main
Pointer: This means that your code has to go through multiple addresses to get to what you are looking for

Memory Type
Main: Usually anything found in here is static but not 100%
Heap: Usually anything found in here is random but there are times when it may be static.

Bytes to be written
1 byte: 8 bit values
2 byte: 16 bit values
4 byte: 32 bit values
8 byte: 64 bit values

Type in the description what your code is named.
Go to code format choose either direct/static or pointer
Copy over your pointer chain and choose noexs
Put in your value in decimal
Choose what register to use
Choose what type of memory
Choose byte value to be written
Click on Create Code and poof. Its there ready to go. Test it out and see if it works.

There have been times when you may need to make a button activator to get your code to work. One example is Patjenova and his super Mario 3d world codes for power ups. Essentially you press a button combination and it would essentially make the code work. You can do this for almost any code you design, moon jump is a perfect example of this. Some of my codes for Lego games require a button press to work. I'll try to explain how to do this.

It requires to start
8xxxxxxx

Then you add the following to that
  • 0000001: A
  • 0000002: B
  • 0000004: X
  • 0000008: Y
  • 0000010: Left Stick Pressed
  • 0000020: Right Stick Pressed
  • 0000040: L
  • 0000080: R
  • 0000100: ZL
  • 0000200: ZR
  • 0000400: Plus
  • 0000800: Minus
  • 0001000: Left
  • 0002000: Up
  • 0004000: Right
  • 0008000: Down
  • 0010000: Left Stick Left
  • 0020000: Left Stick Up
  • 0040000: Left Stick Right
  • 0080000: Left Stick Down
  • 0100000: Right Stick Left
  • 0200000: Right Stick Up
  • 0400000: Right Stick Right
  • 0800000: Right Stick Down
  • 1000000: SL
  • 2000000: SR
So for multiple you just add them together so for L and A would be the following

80000041
Then add your code with pointers or main address etc

80000041
AAAAAAA XXXXXXXX XXXXXXXX

To finalize the code you would need to add the 20000000 to the end.

So it would be

80000041
AAAAAAA XXXXXXXX XXXXXXXX
20000000

There you have your button activator setup.

Updating codes from a previous build ID


To do this first find a code from the previous build ID to update. Usually health or lives, I usually do something easy that doesn't take as long to find.
Once you have that, you need to do a pointer search to find the offset
This should have the same offsets except a different offset from main so like the following

Lives version 1.0.0
[[[main+9785AED]]+20]+36
Lives version 1.0.1
[[[main+9916AED]]+20]+36

As you see the offsets are the same except the main is a bit different
Take 9916AED-9785AED=191000
Between them that's how much the offset has changed
Take another code from the previous build
[[main+9771EDD]+10]+26 then add the 191000 to the main offset
9771EDD+191000=9902EDD
Put that [[main+9902EDD]+10]+26, test out that code and see if it works.
There are times when it may be the same as the previous code but it adds another offset to it. Using the above code as an example [[[main+9902EDD]+80]+10]+26.
This isn't a real code but just a example as to what could happen.
If it does, then all you should have to do is add the new offset to previous codes to get them to work on the newest build ID
 
Last edited by wiitendo84,

Chnaps

Member
Newcomer
Joined
Sep 8, 2019
Messages
7
Trophies
0
Age
34
XP
48
Country
France
hi guys, I am very sorry for the noob question, I want to make my own cheats for a game so I am trying to follow the tutorial but I can't seem to change the type of search I want to do, u32 seems to be the only option abd edizon doesn't let me change anything else (I am on the latest version of the software v3.8.36). I tried reinstalling edizon but it didn't fix it. have you ever experienced something similar ?
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,997
Trophies
1
XP
7,973
Country
Italy
hi guys, I am very sorry for the noob question, I want to make my own cheats for a game so I am trying to follow the tutorial but I can't seem to change the type of search I want to do, u32 seems to be the only option abd edizon doesn't let me change anything else (I am on the latest version of the software v3.8.36). I tried reinstalling edizon but it didn't fix it. have you ever experienced something similar ?
@Chnaps ,press L buttonto go where there are all the various search options u8,u16,u32 etc ...,press B and then select the type you are interested in u16 for example and press A to confirm and then press R button to return to the screen where it is Search and embed the value you want to search for.
 

jackfavvv

Well-Known Member
Newcomer
Joined
Aug 5, 2021
Messages
45
Trophies
0
Age
36
XP
187
Country
Canada
Hi, I'm having trouble attaching with Pointer Searcher SE. I added in the IP I see from, Internet/Connection Status, but it keeps saying "Could not connect to the SE tools server".
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,477
Trophies
1
Age
44
XP
14,591
Country
United States
I've already installed the sysmodule by copying the contents of 054e4f4558454000.zip to atmosphere folder. How do I enable noexs?
If you did that it is enabled. Go to sysmodule manager and take a look at what sysmodule is running in your system, could be you have the old one which have a lower title id and might be taking precedence. If Jnoves works and pointer searcher se not it is most likely the case
 

jackfavvv

Well-Known Member
Newcomer
Joined
Aug 5, 2021
Messages
45
Trophies
0
Age
36
XP
187
Country
Canada
If you did that it is enabled. Go to sysmodule manager and take a look at what sysmodule is running in your system, could be you have the old one which have a lower title id and might be taking precedence. If Jnoves works and pointer searcher se not it is most likely the case
On my Switch it says 1.2.1-a68e023-d, and on PointerSearcher-SE, the IP is green, but the Sys Module Version is red.
 

Attachments

  • sysmod.png
    sysmod.png
    818 bytes · Views: 49

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,477
Trophies
1
Age
44
XP
14,591
Country
United States
On my Switch it says 1.2.1-a68e023-d, and on PointerSearcher-SE, the IP is green, but the Sys Module Version is red.
You probably have the old version as said in my previous message. Remove it or you can also disable it with sysmodule manager and leave the rubbish on sd card, the space taken is minimal.
 

jackfavvv

Well-Known Member
Newcomer
Joined
Aug 5, 2021
Messages
45
Trophies
0
Age
36
XP
187
Country
Canada
You probably have the old version as said in my previous message. Remove it or you can also disable it with sysmodule manager and leave the rubbish on sd card, the space taken is minimal.
I found the issue. The Noexes from the stand alone 054e4f4558454000.zip doesn't work. I installed the one bundled from EdiZon-SE and now everything is ok.
 
Last edited by jackfavvv,

jackfavvv

Well-Known Member
Newcomer
Joined
Aug 5, 2021
Messages
45
Trophies
0
Age
36
XP
187
Country
Canada
You probably didn't use my fork, the original is the so called old one.
So I was able to find and narrow down 30 different pointer addresses with PointerSearcher-SE. While testing one of the pointer on JNoexsClient through the Watchlist, I noticed that the code for the pointer works, until you move to the next loading screen. Then it doesn't work anymore. After testing all 30 pointer I got, I noticed that they all behave this way. So does this mean that all of them should work or it means I still haven't found the real pointer?
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,477
Trophies
1
Age
44
XP
14,591
Country
United States
So I was able to find and narrow down 30 different pointer addresses with PointerSearcher-SE. While testing one of the pointer on JNoexsClient through the Watchlist, I noticed that the code for the pointer works, until you move to the next loading screen. Then it doesn't work anymore. After testing all 30 pointer I got, I noticed that they all behave this way. So does this mean that all of them should work or it means I still haven't found the real pointer?
Sounds like you didn’t find any good one

I would recommend changing the search parameters

You can export and upload the candidates to either edizon se or breeze. Up to the ballpark of 1000 and see what happens when you play the game and just refresh the book mark to get rid of the bad ones
 
  • Like
Reactions: NeoGranzon

ragnatst005

New Member
Newbie
Joined
Sep 5, 2022
Messages
1
Trophies
0
Age
36
Location
usa
XP
37
Country
United States
Hi. I'm writing to let you know that your post is very educational and I really appreciate the videos explanation.
I want to express my appreciation. It takes a genuine desire to share knowledge to create something like that.

I hope you will have the time to create a video or write something on why we do pointer search and the various ways that it can be used. I understand the mechanic of the search with your video now. Just want to understand more about the various ways people can use the pointer.

The cheatcode I found for MHRise Sunbreak goes beyond what I can do myself. I don't know how they could possibly come up with something so complicated. I wish to learn about that.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    AncientBoi @ AncientBoi: Dem 🥜 s +1