public class MemoryAllocBlock extends Object implements MemoryBlock
| 限定符和类型 | 方法和说明 |
|---|---|
void |
free() |
UnidbgPointer |
getPointer() |
boolean |
isSame(com.sun.jna.Pointer p) |
static MemoryBlock |
malloc(Emulator<?> emulator,
Symbol malloc,
Symbol free,
int length) |
public static MemoryBlock malloc(Emulator<?> emulator, Symbol malloc, Symbol free, int length)
public UnidbgPointer getPointer()
getPointer 在接口中 MemoryBlockpublic boolean isSame(com.sun.jna.Pointer p)
isSame 在接口中 MemoryBlockpublic void free()
free 在接口中 MemoryBlockCopyright © 2022. All rights reserved.