forked from nihilus/IDAProBoschME7
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIDAMemCopyPaste.h
More file actions
29 lines (21 loc) · 793 Bytes
/
IDAMemCopyPaste.h
File metadata and controls
29 lines (21 loc) · 793 Bytes
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
// IDAMemCopyPaste.h: interface for the IDAMemCopyPaste class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_IDAMemCopyPaste_H__C6DB9FEB_257B_46A5_A944_3629C2B0D33C__INCLUDED_)
#define AFX_IDAMemCopyPaste_H__C6DB9FEB_257B_46A5_A944_3629C2B0D33C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class IDAMemCopyPaste
{
public:
IDAMemCopyPaste();
virtual ~IDAMemCopyPaste();
private:
void copy_buffer(ea_t eaStartAddr, ea_t eaEndAddr);
void paste_buffer(ea_t eaStartAddr, ea_t eaEndAddr);
public:
public:
void FindFuncSigsAndComment(void);//Looks for specific binary patterns and then makes a subroutine and comments it
};
#endif // !defined(AFX_IDAMemCopyPaste_H__C6DB9FEB_257B_46A5_A944_3629C2B0D33C__INCLUDED_)