Skip to content

Commit 513c180

Browse files
authored
Update dllmain.cpp
Added little note for reverse engineers.
1 parent 9632c3d commit 513c180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/dllmain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ HANDLE WINAPI CreateRemoteThreadEx_Hook(HANDLE hProcess, LPSECURITY_ATTRIBUTES l
647647
return hThread;
648648
}
649649

650+
// NOTE: This is a buffer (structure) that is passed to CallVM and its address is located in the SecureEngine.
650651
#pragma pack(push, 1)
651652
typedef struct _OREANS_BUFFER {
652653
unsigned short m_unV1;

0 commit comments

Comments
 (0)