portable-executable
What's the difference between PE32+ and PE32?
When running CorFlags on some DLL file, some sho开发者_如何学Pythonw as PE32 and some show as PE32+. What\'s the difference?The PE32 format stands for Portable Executable 32-bit, while PE32+ is Portab[详细]
2023-01-27 14:50 分类:问答Is Tinyperl dead?
I\'m looking for a light and portable 开发者_高级运维perl release and found this one, but it seems there is no activity since 2003, which could be ok for me but I want to know if there is known issues[详细]
2023-01-25 06:24 分类:问答Executing a third-party compiled program on a client's computer
I\'d like to ask for your advice about improving security of executing a compiled program on a c开发者_如何学Client\'s computer. The idea is that we send a compiled program to a client but the program[详细]
2023-01-23 17:48 分类:问答Compiling a portable Perl and including a CPAN module
I am trying to compile a portable version of perl containing a CPAN module, specifically the YAML module. I intend to be able copy this portable version into my home directory on numerous Redhat Linux[详细]
2023-01-23 07:34 分类:问答dump pe file from memory to disk
I want to dump a process im开发者_运维技巧age on the disk and then execute it i listed the process modules[详细]
2023-01-20 03:26 分类:问答executable sections flag
The sections of Portable Executable files are tagged with differents flags. Can someone explain the difference between IMAGE_SCN_MEM_EXECUTE (the section can be executed as code开发者_开发知识库) and[详细]
2023-01-20 02:19 分类:问答how to build an executable without import table in c/c++?
I found a tool to repair import table here, but how are PE executable without import table开发者_运维知识库 built in the first place in c/c++?Just don\'t use CRT, and don\'t use any imported functions[详细]
2023-01-19 14:33 分类:问答why do some executables and libraries reference PDB files and some not
During the development of my own PE analysing tool, I noticed that some exe and libraries (e.g. Adobe Reader) reference a Debug PDB file. Some do not reference any PDB file at all. Somewith the full p[详细]
2023-01-18 06:05 分类:问答What are in the "Unmapped Data" part of PE?
Anyone knows? It seems to me most space of PE is taken up by Unmapped Data , is this the case in most occas开发者_高级运维ions?No that is not the case in most situations.[详细]
2023-01-17 10:16 分类:问答Which of the MS-DOS header fields are mandatory/optional?
The above is the complete list of MS开发者_运维百科-DOS header fields, but I don\'t know which of them are mandatory and which are optional, does anyone know?If you\'re trying to create PE Image, e_[详细]
2023-01-17 08:31 分类:问答