• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

nOOb here. how can i open a .exe file too see whats inside?

haha your right I used a hex editor and I saw stuff i knew nothing about :-( I guess i need some C++
 
haha your right I used a hex editor and I saw stuff i knew nothing about :-( I guess i need some C++

That won't help either, all that's in an exe is compiled code that the OS (to an extent) and CPU understand. Once the C or C++ code is assembled into assembly (human readable CPU instructions) it's irrelevant that it was ever done in C or C++.

in say a wintv32.exe from www.hauppauge.com when i open the application. There is a skin to it. I wanted to make a new skin.

You may be able to open the exe with a resource editor and save the bitmaps they used in the skin (depending on how they did it) but most likely saving them back to the exe would corrupt it or atleast cause it to to crash.
 
Back
Top