Posted December 3, 20159 yr Hi, I used Scylla 0.9.7c to dump an exe and then fix it, however I'm having trouble getting the exe to work. I'm using the Exception Logger tool by codecracker to identify the exception that's not allowing the exe to work. It appears to be a System.BadImageFormatException. The exception message is "Could not load file or assembly 'program.exe' or one of its dependencies. The module was expected to contain an assembly manifest.". Any idea what's causing the error and how to fix it? Edited December 3, 20159 yr by Hassar
December 3, 20159 yr Check if the PE and .NET headers are valid. If it's runnable, you can use dnSpy to debug it and see where the exception gets thrown. Also, you can use dnSpy to verify that it has an Assembly table with one valid row. Edited December 3, 20159 yr by 0xd4d
Create an account or sign in to comment