-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin.h
More file actions
26 lines (21 loc) · 1.02 KB
/
plugin.h
File metadata and controls
26 lines (21 loc) · 1.02 KB
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
#pragma once
#include <auto.hpp>
#include <hexrays.hpp>
#include <bytes.hpp>
#include <kernwin.hpp>
#include <idacpp/core/core.hpp>
#include <idacpp/kernwin/kernwin.hpp>
#include <idacpp/hexrays/hexrays.hpp>
using namespace idacpp::core;
using namespace idacpp::kernwin;
using namespace idacpp::hexrays;
#define STORE_NODE_NAME "$ hexrays strikeout-plugin"
#define ACTION_NAME_DELSTMT "hexrays-strikeout-delstmt"
#define ACTION_NAME_PATCHSTMT "hexrays-strikeout-patchstmt"
#define ACTION_NAME_PATCHSTMT_FLUSH "hexrays-strikeout-patchstmt-flush"
#define ACTION_NAME_PATCHSTMT_CLEAR "hexrays-strikeout-patchstmt-clear"
#define ACTION_NAME_DELSTMTS "hexrays-strikeout-reset-delstmts"
#define ACTION_NAME_DEL2PATCH "hexrays-strikeout-del2patch"
#define ACTION_NAME_PATCHCODE "hexrays-strikeout-patchcode"
#define ACTION_NAME_DISASM_LINEUP "hexrays-strikeout-disasm-lineup"
#define ACTION_NAME_DISASM_LINEDOWN "hexrays-strikeout-disasm-linedown"