portable-executable
Portable .net applications
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[详细]
2023-03-05 00:48 分类:问答appending data to an exe
This question extensions from one of the answers to my earlier question: how to save user registration in the exe... (C#).[详细]
2023-03-01 08:44 分类:问答Finding the Raw entrypoint
I want to be able to find out where the code appearing at the entry point comes from by looking at the PE header.[详细]
2023-02-28 09:36 分类:问答Generating windows exe
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[详细]
2023-02-27 01:46 分类:问答Exe produced with VS 2010 and VS 2005 loaded with a different offset
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[详细]
2023-02-26 15:43 分类:问答Detecting DLL Code Splicing
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[详细]
2023-02-25 17:51 分类:问答Compiling C++ into portable linux binaries
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\").[详细]
2023-02-22 23:10 分类:问答Import Table in PE (.exe)
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[详细]
2023-02-19 07:48 分类:问答How do I extract Export Table from PE standard (.exe)
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[详细]
2023-02-19 02:13 分类:问答How does the Large Address Aware flag work for 32 bit applications on 64-bit computers?
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[详细]
2023-02-14 11:59 分类:问答