Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.28 KB | None | 0 0
  1. typedef PVOID ( __fastcall * RtlFindExportedRoutineByName_t ) ( PVOID ImageBase , PCHAR RoutineName ) ;
  2. RtlFindExportedRoutineByName_t RtlFindExportedRoutineByName ;
  3.  
  4. void GetAddress () {
  5.     RtlFindExportedRoutineByName = MmGetSystemRoutineAddress ("tlFindExportedRoutineByName ") ;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement