Search code examples
Manually loading PE imports results error when parsing PIMAGE_IMPORT_DESCRIPTOR...


cimportdlldllimportportable-executable

Read More
What Does Windows Do Before Main() is Called?...


windowsassemblyx86portable-executable

Read More
Why do I get an undefined reference although everything seems alright ? (C++ Mingw)...


c++g++linker-errorsportable-executable

Read More
How to calculate a address of a function using base address without using hard coded values...


cportable-executable

Read More
Is there a kernel mode API that allows safe access to ntoskrnl.exe address space...


cwindowsmemoryportable-executable

Read More
How to pass the Image pointer to Image_dos_header in windows...


c++winapiportable-executable

Read More
How can I read function code from a COFF object file?...


c++creverse-engineeringportable-executablecoff

Read More
Call functions from data segment...


debuggingassemblyx86reverse-engineeringportable-executable

Read More
When reading a file in C Lang, what is the data type of the file you read using the "rb" p...


cparsingportable-executable

Read More
How to convert a hex TimeDateStamp DWORD value into human readable format?...


portable-executable

Read More
Is there a way to find addresses of the code sections (.data, .text, etc) at runtime?...


cwindowsx86portable-executable

Read More
How loader find exact location of an exported function from a dll?...


windowsdllwindbgportable-executabledll-injection

Read More
How to locate PE header of MSI files...


windows-installerportable-executable

Read More
MinGW 32 "undefined reference to `ExitProcess@4'"...


assemblylinkernasmmingw32portable-executable

Read More
How can Java run a PE32 when passed to its class path?...


javaportable-executable

Read More
Finding function offset from file from RVA...


c++winapiportable-executable

Read More
Testing PE files...


securityportable-executableantivirusmalware-detection

Read More
Publish .NET Core App As Portable Executable...


c#.net-corepublishportable-executableself-contained

Read More
Understanding hook_finder...


cportable-executable

Read More
What's the difference between the import table, import adress table, and import name table?...


winapireverse-engineeringportable-executabledisassemblycoff

Read More
Which parts/sections of PE files (.exe .dll) contain most their behaviours?...


windowsexeportable-executablemalwaredumpbin

Read More
What is there before ImageBase address in Virtual Address?...


windowsportable-executable

Read More
What are the differences between PE and ELF binary formats?...


linuxwindowselfportable-executableexecutable-format

Read More
JUMP Table close to the end of the .text section...


cdisassemblyportable-executablereversing

Read More
Detecting and extracting opcode sequences...


databaseportable-executablemalwareopcode

Read More
Difference between bound imports and delayed imports in PE header...


reverse-engineeringportable-executable

Read More
PE/ELF executable file format- Malware sample Execution...


securityexecutableportable-executablemalwarefile-type

Read More
How IMAGE_DOS_HEADER works...


c++portable-executable

Read More
ASLR and DEP in Delphi, How to tell?...


delphiportable-executableaslrdep

Read More
How can I retrieve portable executable properties like Version or Description using C++?...


portable-executable

Read More
BackNext