├── CRC32.cpp ├── CRC32.h ├── Debugger.vcxproj ├── Debugger.vcxproj.filters ├── FindFile.h ├── Handle.h ├── LICENSE ├── Log.cpp ├── Log.h ├── Main.cpp ├── PortableExecutable.cpp ├── PortableExecutable.h ├── README.md ├── Support.h ├── Syringe.exe.manifest ├── Syringe.sln ├── SyringeDebugger.cpp ├── SyringeDebugger.h ├── license.txt ├── res.rc ├── resource.h ├── syringe.ico ├── syringe_icon.pspimage ├── syringe_logo.png ├── syringe_logo.pspimage └── syringe_logo_bg.png /CRC32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/CRC32.cpp -------------------------------------------------------------------------------- /CRC32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/CRC32.h -------------------------------------------------------------------------------- /Debugger.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Debugger.vcxproj -------------------------------------------------------------------------------- /Debugger.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Debugger.vcxproj.filters -------------------------------------------------------------------------------- /FindFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/FindFile.h -------------------------------------------------------------------------------- /Handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Handle.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/LICENSE -------------------------------------------------------------------------------- /Log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Log.cpp -------------------------------------------------------------------------------- /Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Log.h -------------------------------------------------------------------------------- /Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Main.cpp -------------------------------------------------------------------------------- /PortableExecutable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/PortableExecutable.cpp -------------------------------------------------------------------------------- /PortableExecutable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/PortableExecutable.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/README.md -------------------------------------------------------------------------------- /Support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Support.h -------------------------------------------------------------------------------- /Syringe.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Syringe.exe.manifest -------------------------------------------------------------------------------- /Syringe.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/Syringe.sln -------------------------------------------------------------------------------- /SyringeDebugger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/SyringeDebugger.cpp -------------------------------------------------------------------------------- /SyringeDebugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/SyringeDebugger.h -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/license.txt -------------------------------------------------------------------------------- /res.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/res.rc -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/resource.h -------------------------------------------------------------------------------- /syringe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/syringe.ico -------------------------------------------------------------------------------- /syringe_icon.pspimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/syringe_icon.pspimage -------------------------------------------------------------------------------- /syringe_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/syringe_logo.png -------------------------------------------------------------------------------- /syringe_logo.pspimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/syringe_logo.pspimage -------------------------------------------------------------------------------- /syringe_logo_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ares-Developers/Syringe/HEAD/syringe_logo_bg.png --------------------------------------------------------------------------------