code style
This commit is contained in:
parent
21cd133480
commit
b78bf27449
2 changed files with 16 additions and 14 deletions
|
|
@ -57,8 +57,8 @@ static void internal_detour_runnable_trampoline_regions()
|
|||
// Transactions
|
||||
|
||||
typedef enum detour_operation_kind {
|
||||
attach,
|
||||
detach,
|
||||
detour_operation_kind_attach,
|
||||
detour_operation_kind_detach,
|
||||
} detour_operation_kind;
|
||||
|
||||
typedef struct detour_operation
|
||||
|
|
@ -67,7 +67,7 @@ typedef struct detour_operation
|
|||
detour_operation_kind kind;
|
||||
uint8_t** pointer;
|
||||
uint8_t* target;
|
||||
struct detour_trampoline* trampoline;
|
||||
detour_trampoline* trampoline;
|
||||
vm_prot_t perm;
|
||||
} detour_operation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue