psearch is an utility to search pointers to text on MIPS platform. Pointer searcher utility for MIPS - version 3.0.0
Copyright (C) 2007 soywiz - http://www.tales-tra.com/
Usage: psearch [<switches> ...] [<hexvalues> ...]
<switches>
-m <map>
-mf <mapfile>
<map>:
a map is a string <file>[:range][:loading address]
examples:
OV_PDVD_BTL_US.OVL:64B880
will load entire OV_PDVD_BTL_US.OVL at adress 64B880
OV_PDVD_BTL_US.OVL:0-100:64B880
will load first 256 bytes of OV_PDVD_BTL_US.OVL at adress 64B880
<mapfile>:
mapfile is a file with several maps in separated lines
Examples:
psearch -mf map 0057BFF0
psearch -m OV_PDVD_BTL_US.OVL:64B880 006C5900 006C63C0
psearch -m OV_PDVD_BTL_US.OVL:0-100:64B880 006C5900 006C63C0
Download psearch 3.1.0
psearch2:
ppatch:
