-
Notifications
You must be signed in to change notification settings - Fork 10
/
APISearch.Def
36 lines (35 loc) · 1.07 KB
/
APISearch.Def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
;--------------------------------------------------------------------------------------------------------
; x64dbg plugin SDK for Masm32 - fearless 2017
;
; Export definition file for your plugin
;--------------------------------------------------------------------------------------------------------
LIBRARY APISearch
EXPORTS ; Main plugin exports - only pluginit is required, but others can be included for ease of use.
;
pluginit
plugstop
plugsetup
;
; Plugin callbacks - only export (uncomment) the callbacks you are using in your plugin, comment out the others.
;
;CBINITDEBUG
;CBSTOPDEBUG
;CBCREATEPROCESS
;CBEXITPROCESS
;CBCREATETHREAD
;CBEXITTHREAD
;CBSYSTEMBREAKPOINT
;CBLOADDLL
;CBUNLOADDLL
;CBOUTPUTDEBUGSTRING
;CBEXCEPTION
;CBBREAKPOINT
;CBPAUSEDEBUG
;CBRESUMEDEBUG
;CBSTEPPED
;CBATTACH
;CBDETACH
;CBDEBUGEVENT
CBMENUENTRY
;CBWINEVENT
;CBWINEVENTGLOBAL