LB Booster
General >> General Board >> EXE viewer http://lbb.conforums.com/index.cgi?board=general&action=display&num=1469973698 EXE viewer
Post by Jack Kelly on Jul 31st, 2016, 2:01pm
I thought it might be nice to have a program that displays the information in an "exe" file -- such as the fields that LBB allows in the compiled executable. Can anyone provide the file specs, or let me know where to find them? I can try to code a simple utility program, as time allows. Re: EXE viewer
Post by Richard Russell on Jul 31st, 2016, 2:53pm
I thought it might be nice to have a program that displays the information in an "exe" file -- such as the fields that LBB allows in the compiled executable. Can anyone provide the file specs, or let me know where to find them?
The principal APIs that you will need to use are EnumResourceTypes and EnumResourceNames. There's also a complete example (in C) of creating a resource list here which could be translated.