-
Notifications
You must be signed in to change notification settings - Fork 2
/
CodeShot.Def
37 lines (36 loc) · 1.08 KB
/
CodeShot.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
37
;--------------------------------------------------------------------------------------------------------
; x64dbg plugin SDK For Assembler x86 - fearless
;
; CodeShot.def - Export definition file for your plugin
;
;--------------------------------------------------------------------------------------------------------
LIBRARY CodeShot
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