gitextract_ge7tbwtn/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── injector/ │ ├── injector.c │ ├── injector.vcxproj │ └── injector.vcxproj.filters └── tracer/ ├── dllmain.c ├── gftrace.cfg ├── hooks.c ├── hooks.h ├── pe.c ├── pe.h ├── stub.asm ├── stub32.asm ├── tracer.vcxproj ├── tracer.vcxproj.filters ├── utils.c └── utils.h