By portable I mean in installer-less application kind开发者_如何学编程 of way. Can I somehow bundle the .net framework (or just the assemblies it depends on) with my application so it could run on an
This question extensions from one of the answers to my earlier question: how to save user registration in the exe... (C#).
I want to be able to find out where the code appearing at the entry point comes from by looking at the PE header.
The requirement is to build a program that generates a windows exe which will display some embedded web pages. The exe has to run on most windows versions without need of libraries so I guess it has t
Loading process image file different between VS 2005 and VS 2010 We have a post build step which modifies (patches) some locations in the executable. The patching process loads the process in the memo
I\'m trying to write some functions to detect DLL code splicing. I take dll code splicing to mean modifying the bytes at the start of functions in loaded dll\'s, so that instead of jumping to the full
Ok, this question is about portable as in no dependencies (i.e. \"I can put the binaries in a USB key and bring it with me everywhere, e-mail them to friends etc\").
I found the pointer for the \"Import Table\" field. Which is 8 bytes in size and is divided into Virtual Addre开发者_如何转开发ss and Size. However the value in Virtual Address field is to big and is
I\'ve managed to successfully extract all desired information from the \"Optional Header\". All those contained within the \"Standard\" fields and \"Windows-specific\" fields. However when it came to
I\'ve been reading that 32bit Windows applications are limited to 2 GB RAM because the upper 2GB of addressing space is reserved for the Windows OS (and, iirc, VRAM). If you use the /3GB flag on 32-bi