More actions
(Created page with "{{Infobox Switch Homebrews |title=Pointer Searcher |image=pointersearcherswitch.png |description=pointer searcher for Noexs dump file |author=Takumi4685 |lastupdated=2019/12/23 |type=PC Utilities |version=0.04 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/pointersearcherswitch.7z |website=https://github.com/Takumi4685/PointerSearcher |source=https://github.com/Takumi4685/PointerSearcher |donation= }} {{#seo: |title=Switch Homebrew PC Tools (PC Utilitie...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Pointer Searcher | |title=Pointer Searcher | ||
|image= | |image=pointersearchernx.png | ||
|description= | |description=Pointer searcher for Noexs dump file. | ||
|author=Takumi4685 | |author=Takumi4685 | ||
|lastupdated=2019/12/23 | |lastupdated=2019/12/23 | ||
Line 8: | Line 8: | ||
|version=0.04 | |version=0.04 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/pointersearchernx.7z | ||
|website=https://github.com/Takumi4685/PointerSearcher | |website=https://github.com/Takumi4685/PointerSearcher | ||
|source=https://github.com/Takumi4685/PointerSearcher | |source=https://github.com/Takumi4685/PointerSearcher | ||
|donation= | |donation= | ||
}} | }} | ||
Pointer Searcher for [[Noexes Switch|Noexs]] dump file. | |||
== | ==User guide== | ||
[https://zit866.hatenablog.com/entry/2019/12/17/012933 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== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/pointersearchernx2.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v0.04''' | ||
* First | *[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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Takumi4685/PointerSearcher | ||
Latest revision as of 12:54, 17 Haziran 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.