프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Inject |
메소드 | 설명 | |
---|---|---|
AllocMem ( |
||
CloseHan ( |
||
CreateThread ( |
||
FreeMem ( |
||
GetFuncPointer ( |
||
Inject ( byte dllBytes, |
||
OpenHan ( uint dwDesiredAccess, int pid ) : |
||
ReadMemory ( |
||
ReflectMeBro ( ) : System | ||
WaitForEvent ( |
||
WriteMemory ( |
메소드 | 설명 | |
---|---|---|
Inject ( object instance, object img, |
public AllocMem ( |
||
hProc | ||
size | uint | |
allocType | int | |
protection | int | |
리턴 |
public CreateThread ( |
||
hProc | ||
routinePtr | ||
paraPtr | ||
suspend | bool | |
리턴 |
public FreeMem ( |
||
hProc | ||
address | ||
freeType | int | |
리턴 | void |
public GetFuncPointer ( |
||
hProc | ||
hModule | ||
FuncName | string | |
리턴 |
public Inject ( byte dllBytes, |
||
dllBytes | byte | |
hProc | ||
리턴 |
public OpenHan ( uint dwDesiredAccess, int pid ) : |
||
dwDesiredAccess | uint | |
pid | int | |
리턴 |
public ReadMemory ( |
||
hProc | ||
address | ||
size | uint | |
리턴 | byte[] |
public WaitForEvent ( |
||
handle | ||
timeout | int | |
리턴 | void |
public WriteMemory ( |
||
hProc | ||
address | ||
data | byte | |
size | int | |
리턴 | uint |