├── Custom64 ├── notepad.sdb └── notepadonSave.sdb ├── README.md ├── RVAspoolsv.txt ├── hideregx64.sdb ├── hideregx86.sdb ├── img ├── 1.PNG ├── 2.PNG ├── 3.PNG ├── 4.PNG └── 5.PNG ├── myrva.txt ├── notepad.dat ├── notepadonSave.dat ├── sdb-explorer.exe └── sdb-explorer ├── README.md ├── explorer.conf ├── extern.h ├── itab.h ├── libudis86-LICENSE ├── libudis86.lib ├── sample-target.c ├── sample-target.conf-hotpatch ├── sdb-explorer.c ├── sdb-explorer.sln ├── sdb-explorer.vcxproj ├── sdb-explorer.vcxproj.filters ├── sdb.c ├── sdb.h ├── syn.h ├── types.h ├── udint.h └── udis86.h /Custom64/notepad.sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/Custom64/notepad.sdb -------------------------------------------------------------------------------- /Custom64/notepadonSave.sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/Custom64/notepadonSave.sdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/README.md -------------------------------------------------------------------------------- /RVAspoolsv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/RVAspoolsv.txt -------------------------------------------------------------------------------- /hideregx64.sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/hideregx64.sdb -------------------------------------------------------------------------------- /hideregx86.sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/hideregx86.sdb -------------------------------------------------------------------------------- /img/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/img/1.PNG -------------------------------------------------------------------------------- /img/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/img/2.PNG -------------------------------------------------------------------------------- /img/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/img/3.PNG -------------------------------------------------------------------------------- /img/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/img/4.PNG -------------------------------------------------------------------------------- /img/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/img/5.PNG -------------------------------------------------------------------------------- /myrva.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/myrva.txt -------------------------------------------------------------------------------- /notepad.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/notepad.dat -------------------------------------------------------------------------------- /notepadonSave.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/notepadonSave.dat -------------------------------------------------------------------------------- /sdb-explorer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer.exe -------------------------------------------------------------------------------- /sdb-explorer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/README.md -------------------------------------------------------------------------------- /sdb-explorer/explorer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/explorer.conf -------------------------------------------------------------------------------- /sdb-explorer/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/extern.h -------------------------------------------------------------------------------- /sdb-explorer/itab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/itab.h -------------------------------------------------------------------------------- /sdb-explorer/libudis86-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/libudis86-LICENSE -------------------------------------------------------------------------------- /sdb-explorer/libudis86.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/libudis86.lib -------------------------------------------------------------------------------- /sdb-explorer/sample-target.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sample-target.c -------------------------------------------------------------------------------- /sdb-explorer/sample-target.conf-hotpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sample-target.conf-hotpatch -------------------------------------------------------------------------------- /sdb-explorer/sdb-explorer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sdb-explorer.c -------------------------------------------------------------------------------- /sdb-explorer/sdb-explorer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sdb-explorer.sln -------------------------------------------------------------------------------- /sdb-explorer/sdb-explorer.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sdb-explorer.vcxproj -------------------------------------------------------------------------------- /sdb-explorer/sdb-explorer.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sdb-explorer.vcxproj.filters -------------------------------------------------------------------------------- /sdb-explorer/sdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sdb.c -------------------------------------------------------------------------------- /sdb-explorer/sdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/sdb.h -------------------------------------------------------------------------------- /sdb-explorer/syn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/syn.h -------------------------------------------------------------------------------- /sdb-explorer/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/types.h -------------------------------------------------------------------------------- /sdb-explorer/udint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/udint.h -------------------------------------------------------------------------------- /sdb-explorer/udis86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackson5sec/ShimDB/HEAD/sdb-explorer/udis86.h --------------------------------------------------------------------------------