python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Locating functions with IDIA SDK - strange results
I am trying to locate a specific function in a .pdb file. Originally I compiled a simple "hello, world" program, and analyzed the name of the functions using the IDiaSymbol::get_name method,...
functionhunter
Votes: 0
Answers: 0
Deciphering values of symbol table - PE file format
According to MSDN documentation:
The symbol table is an array of records, each 18 bytes long. Each
record is either a standard or auxiliary symbol-table record. A
standard record defines a symbol or ...
functionhunter
Votes: 0
Answers: 0
Testing PE files
Can anyone help where I can find sample portable executable files to test my small anti virus project? Any trust worthy reference for PE files in PC would be helping very much. I am testing on windows...

Prashanth C
Votes: 0
Answers: 1
Can't get IAT Thunk data (functions) from certain processes (PE32)
I have made a tool to parse the IAT out of PEs (IAT hooking also desirable). It works great for almost everything I've tried. There's one process however that I am completely failing to parse; I can i...
Patrick
Votes: 0
Answers: 0