PointerSearcher Switch: Difference between revisions
From GameBrew
More actions
m HydeWing moved page Pointer Searcher Switch to PointerSearcher Switch without leaving a redirect |
No edit summary |
||
| Line 2: | Line 2: | ||
|title=Pointer Searcher | |title=Pointer Searcher | ||
|image=pointersearchernx.png | |image=pointersearchernx.png | ||
|description= | |description=Pointer searcher for Noexs dump file. | ||
|author=Takumi4685 | |author=Takumi4685 | ||
|lastupdated=2019/12/23 | |lastupdated=2019/12/23 | ||
Latest revision as of 12:54, 17 June 2023
| Pointer Searcher | |
|---|---|
| General | |
| Author | Takumi4685 |
| Type | PC Utilities |
| Version | 0.04 |
| License | MIT License |
| Last Updated | 2019/12/23 |
| Links | |
| Download | |
| Website | |
| Source | |
Pointer Searcher for Noexs dump file.
User guide
Tutorial (Japanese).
Notes:
- This tool is alpha version,and may has many bugs. please use at your own risk.
- This tool uses huge amout of memory,maybe more than 400 MB.
- Each process is very slow.
Screenshots
Changelog
v0.04
- [Improve]change offset expression at least 2 digits to avoid noexs exception.
- [Improve]support narrow down results with target address 0 to only checks if pointer code can reaches heap region.
- [Improve]narrowing down results become faster.
v0.03
- [Bugfix]actual search depth was MaxDepth+1 by mistake.
- [Improve]change UI to show progress.
v0.02
- [Bugfix]can't find pointer that includes +00h offset.
- [Improve]1st read become faster.
v0.01
- First release.
Credit
- Matthew Bell - auther of great tool, Noexes.
- ZiT866 - thanks to making tutorial.