BeneficialCode

Results 6 issues of BeneficialCode

The ASCIIHexDecode function will raise the Type Error when extract javascript from pdf. So I fixup this problem by debugging and coding.

In the PEParser.cpp line: 120. When you parse Forward Name. The condition judgement should use RVA directly rather than File Offset. :-)

typedef struct _SYSTEM_SESSION_PROCESS_INFORMATION { ULONG SessionId; ULONG SizeOfBuf; PVOID Buffer; } SYSTEM_SESSION_PROCESS_INFORMATION, *PSYSTEM_SESSION_PROCESS_INFORMATION; typedef struct _SYSTEM_SESSION_POOLTAG_INFORMATION { SIZE_T NextEntryOffset; ULONG SessionId; ULONG Count; SYSTEM_POOLTAG TagInfo[1]; } SYSTEM_SESSION_POOLTAG_INFORMATION, *PSYSTEM_SESSION_POOLTAG_INFORMATION; SystemSessionPoolTagInformation, //...

![image](https://user-images.githubusercontent.com/40847073/199197562-38d9a662-abab-4cb4-8a86-c996aa080fe9.png)

I mean a python example to open a database.

Please answer these questions before submitting your issue. Thanks! (Please mention that if the issue you filed is solved, you may wish to close it by yourself. Thanks again.) (PS,...