-
Notifications
You must be signed in to change notification settings - Fork 11
/
APIInfo.Def
36 lines (35 loc) · 1.06 KB
/
APIInfo.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
;--------------------------------------------------------------------------------------------------------
; x64_dbg plugin SDK for Masm32 - fearless 2015
;
; Export definition file for your plugin
;--------------------------------------------------------------------------------------------------------
LIBRARY APIInfo
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