Nickert1337
Results
1
issues of
Nickert1337
I'm trying to add a import to a existing .exe file. `var peFile = new PeFile(@"exe.exe"); peFile.AddImport("dll.dll", "foo");` It seems that the AddSection adds a weird character after the name,...