PeNet
PeNet copied to clipboard
AddImport gives sequence not found
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, which makes it so the section cannot be found:
