Homebrew WIP EdiZon SE : Advance memory trainer and pointer seacher for switch

  • Thread starter Thread starter TomSwitch
  • Start date Start date
  • Views Views 169,967
  • Replies Replies 662
  • Likes Likes 38

Have you used EdiZon SE?

  • No

    Votes: 33 14.3%
  • Yes, I love it, keep doing that you are doing

    Votes: 144 62.6%
  • Yes, I like it but I wish you spend more time with the UI, stop adding features

    Votes: 26 11.3%
  • Yes, but I have given up, it's too hard to use

    Votes: 27 11.7%

  • Total voters
    230
The benefit for Search Pointer V2 is that,
I do need to make a variable search once only, and then filter out the require pointers by Bookmark search.
That cannot be done in PointerSearcherSE
I've been out of the game for a bit. So I guess I'm considered old school on my approach with PointerSearcherSE
 
The benefit for Search Pointer V2 is that,
I do need to make a variable search once only, and then filter out the require pointers by Bookmark search.
That cannot be done in PointerSearcherSE
You can do one dump with pointer searcher se too. Just export and upload after one dump and let edizon se do the rest.
1647478305603.png

ZL+"+" to import.
 
  • Like
Reactions: Eiffel2018
1647479409550.png


My frequently used steps. Red for pointer search. Green for GDB.
Download bookmarks only fetch recently added bookmark. If you have bookmark added earlier you have to do the add again for this step to get it.
Drag and drop to the target area (step 3) ( you also need this step to be able to copy the value out for use with IDA pro )
For GDB use get bookmark for value you find to set breakpoints on, then ask dmnt to detach so IDA pro can ask for dmnt2 to attach.
 
Last edited by TomSwitch,
You can do one dump with pointer searcher se too. Just export and upload after one dump and let edizon se do the rest.
View attachment 302055
ZL+"+" to import.

this is of no use to me with the search im doing now though, a 10 depth, 17 million + results as i stopped it when pointerseracher se started freezing as it had used all 8gb of memory. (would be better if it saved to hdd rather than using all memory and crapping out) tried to put as bookmark file... its 1.8gb in size
 
A little bug with Bookmarks search found
2022031721133600-DB1426D1DFD034027CECDE9C2DD914B8.jpg


After bookmark searching with "== 8564"
the results were narrowdown, but 2 extra "3151901614" left
 
A little bug with Bookmarks search found
View attachment 302090

After bookmark searching with "== 8564"
the results were narrowdown, but 2 extra "3151901614" left
bookmark bug was always there, sometimes you don't even see any old bookmarks after you reboot game and added a new bookmark or the new bookmark address also appears in the old bookmark name
 
bookmark bug was always there, sometimes you don't even see any old bookmarks after you reboot game and added a new bookmark or the new bookmark address also appears in the old bookmark name
As far as I can tell, there is another error that sometimes occurs there

When you delete bookmarks and then refresh manually, the atmosphere stops and needs to be restarted
 
Last edited by Eiffel2018,
As far as I can tell, there is another error that sometimes occurs there

When you delete bookmarks and then refresh, the atmosphere stops and needs to be restarted
I haven't ran into that yet, the only time atmosphere always crashes on me is when the u64 hex input search value is more than the actual bytes, for example 0x12345678123456788 will crash
 
Last edited by dsrules,
A little bug with Bookmarks search found
View attachment 302090

After bookmark searching with "== 8564"
the results were narrowdown, but 2 extra "3151901614" left
Same can happen to normal search. I suspect it is because I did not freeze the game and some of theses memory is being refresh by the game and some of them match some of the time
 
this is of no use to me with the search im doing now though, a 10 depth, 17 million + results as i stopped it when pointerseracher se started freezing as it had used all 8gb of memory. (would be better if it saved to hdd rather than using all memory and crapping out) tried to put as bookmark file... its 1.8gb in size
As it is 10 depth is too much. Likely to be too much on my pc too. I may export up to low single digit thousands. Normally just a few hundreds. Use narrow down on pc first. It is able to handle a lot more. Still too much is too much, change the search parameters for less.
 
bookmark bug was always there, sometimes you don't even see any old bookmarks after you reboot game and added a new bookmark or the new bookmark address also appears in the old bookmark name
There is some bug with bookmark refresh code when game restarts
 
As far as I can tell, there is another error that sometimes occurs there

When you delete bookmarks and then refresh manually, the atmosphere stops and needs to be restarted
System crash can happen but routine activity crashing it may be due to having Tesla running. I notice in one of your screen shot you have an overlay running. tesla + edizon se + certain games = random crash. Quite often when launching keyboard but can crash anywhere
 
System crash can happen but routine activity crashing it may be due to having Tesla running. I notice in one of your screen shot you have an overlay running. tesla + edizon se + certain games = random crash. Quite often when launching keyboard but can crash anywhere
Not really,
I've used Tesla for making FPS cheats since a few days ago.
It gives other problems, may be due to memory not enough

But for the bookmarks, I've faced 3 or 4 times (for months) before
All that happened when I was clicking ZL+- to refresh after pressed - several times to deleted some bookmarks
However it is not always halt, sometimes it works properly

May be next time I collect the error report file here.
 
There is some bug with bookmark refresh code when game restarts
I just found this one,
I've got some bookmarks with pointers (have *) before

After detach and (-) clear all the searching result, I restart everything.
* I've launched the edizonSE once, before the game start again (It may have issue, not sure)

All bookmarks were cleared automatically, I did not expected
(may be due to I've cleared all the searching result)

However, if I search again and BM a new candidate (they are pure memory address, are not pointers)
the bookmarks content will get issue, (correct address but wrong label and pointers)
It use the prior bookmark names and prior bookmark pointers


Edited:
After pressing ZL,- to refresh the bookmarks, they were cleared. everything fine.
(At that moment EdizonSE 've lag for 15 seconds and cannot operate, then I press home, it works again after a while) It's fine now.
It seems some variables were need to initialize in some operations
 
Last edited by Eiffel2018,
I just found this one,
I've got some bookmarks with pointers (have *) before

After detach and (-) clear all the searching result, I restart everything.
* I've launched the edizonSE once, before the game start again (It may have issue, not sure)

All bookmarks were cleared automatically, I did not expected
(may be due to I've cleared all the searching result)

However, if I search again and BM a new candidate (they are pure memory address, are not pointers)
the bookmarks content will get issue, (correct address but wrong label and pointers)
It use the prior bookmark names and prior bookmark pointers


Edited:
After pressing ZL,- to refresh the bookmarks, they were cleared. everything fine.
(At that moment EdizonSE 've lag for 15 seconds and cannot operate, then I press home, it works again after a while) It's fine now.
It seems some variables were need to initialize in some operations
If you have a lot of bookmarks with pointer (*) they get evaluated when a refresh is made and that can take time

Pressing refresh recovers some missing bookmark, not sure if any is lost, sometimes bookmark are not valid upon restart of game and refresh will remove them.
 

Site & Scene News

Popular threads in this forum