This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Why can't the twunk_16.exe NE header be parsed? #54
Dobby233Liu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
creation date:
2013-01-30T10:58:14.6-08:00Hi again guys,
This question is intended for the coordinator of this project. Before I found this project, I was exercising my code trying to find an assembly with string version data rather than binary version in the PE header data (seemy previous post [#53]). I ran across the twunk_16.exe file in the Windows XP directory that I could not parse, even though Windows Explorer correctly lists the version information. I was losing confidence in my implementation, so I started looking for other C# implementations online.
Then I came across your project. After downloading the source, I was surprised that in your Anolis.Tools.PEInfo.Program file, you had commented out the regular go path and had inserted what appears to be test code pointing to your own file called "twunk_16.exe". So both of us are interested in that file! That file will not load in any of your formats (DOS, NE, COFF/PE) either. Have you figured out what kind of a file it is and why it is not adhering to these formats? Thanks again for the awesome library!
-Mike
Beta Was this translation helpful? Give feedback.
All reactions