gitextract_7e1nmr3i/ ├── PEx64-Injector/ │ ├── App.config │ ├── PEx64-Injector.csproj │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── bin/ │ │ └── Debug/ │ │ ├── PEx64-Injector.exe.config │ │ ├── PEx64-Injector.pdb │ │ ├── big5.nlp │ │ ├── bopomofo.nlp │ │ ├── ksc.nlp │ │ ├── normidna.nlp │ │ ├── normnfc.nlp │ │ ├── normnfd.nlp │ │ ├── normnfkc.nlp │ │ ├── normnfkd.nlp │ │ ├── prc.nlp │ │ ├── prcp.nlp │ │ ├── sortkey.nlp │ │ ├── sorttbls.nlp │ │ └── xjis.nlp │ └── obj/ │ └── Debug/ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Migrator.pdb │ ├── PEx64-Injector.csproj.CopyComplete │ ├── PEx64-Injector.csproj.CoreCompileInputs.cache │ ├── PEx64-Injector.csproj.FileListAbsolute.txt │ └── PEx64-Injector.csprojAssemblyReference.cache ├── PEx64-Injector.sln └── README.md