python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
When reading a file in C Lang, what is the data type of the file you read using the "rb" property?
I am making a program to parse PE structure with C. I'm going to bring it in binary and parse it in length. Example) DOS header is 0x40(64) bytes long, so I tried to approach it from binary_buf[0] to ...

Wonlf
Votes: 0
Answers: 1
How to convert a hex TimeDateStamp DWORD value into human readable format?
Can anyone explain how to convert a Hex TimeDateStamp DWORD value into human readable format?
I'm just curious as to how a value such as 0x62444DB4 is converted into
"Wednesday, 30 March 2022 10:...
EmexNatera
Votes: 0
Answers: 1
Anyone know where I can find the structure definition of the optional header of a 32bit executable? I can't seem to find it in the winnt.h file
I was able to locate the DOS header, NT header and file header of Portable Executables in the winnt.h file. I wasn't able to locate the definition of optional headers using the find function in Notepa...
EmexNatera
Votes: 0
Answers: 0
How loader find exact location of an exported function from a dll?
I open a binary in the PEView. There is a table which is called Import Name Table under .rdata section of the binary. This table show me imported functions from different DLLs but there is a field in ...

Timberwolf
Votes: 0
Answers: 1