Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SandHook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SandHook
Commits
8db6598a
Commit
8db6598a
authored
May 10, 2019
by
swift_gan
Committed by
swift_gan
May 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak include
parent
e1b78388
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
inst_arm64.h
nativehook/src/main/cpp/archs/arm64/inst/inst_arm64.h
+3
-3
inst_struct_aarch64.h
...ehook/src/main/cpp/archs/arm64/inst/inst_struct_aarch64.h
+2
-2
register_list_a64.h
...ook/src/main/cpp/archs/arm64/register/register_list_a64.h
+1
-1
code_relocate.h
nativehook/src/main/cpp/includes/code_relocate.h
+1
-1
decoder.h
nativehook/src/main/cpp/includes/decoder.h
+2
-2
No files found.
nativehook/src/main/cpp/archs/arm64/inst/inst_arm64.h
View file @
8db6598a
...
...
@@ -6,9 +6,9 @@
#define SANDHOOK_NH_INST_ARM64_H
#include "inst_struct_aarch64.h"
#include "
../../../asm/
instruction.h"
#include "
../../../includes/
base.h"
#include "
../register/
register_list_a64.h"
#include "instruction.h"
#include "base.h"
#include "register_list_a64.h"
#define INST_A64(X) A64_##X
...
...
nativehook/src/main/cpp/archs/arm64/inst/inst_struct_aarch64.h
View file @
8db6598a
...
...
@@ -6,7 +6,7 @@
#define SANDHOOK_NH_INST_AARCH64_H
#include "
../../../asm/
instruction.h"
#include "instruction.h"
#include "inst_code_arm64.h"
#define STRUCT_A64(X) A64_STRUCT_##X
...
...
@@ -132,7 +132,7 @@ struct STRUCT_A64(CBZ_CBNZ) {
DEFINE_OPCODE
(
B_COND
,
0
b01010100
)
struct
STRUCT_A64
(
B_COND
)
{
InstA64
cond
:
4
;
InstA64
unkown
:
1
;
InstA64
unkown
_0
:
1
;
InstA64
imm19
:
19
;
InstA64
opcode
:
8
;
};
...
...
nativehook/src/main/cpp/archs/arm64/register/register_list_a64.h
View file @
8db6598a
...
...
@@ -6,7 +6,7 @@
#define SANDHOOK_NH_REGISTER_LIST_A64_H
#include "register_a64.h"
#include "
../../../includes/
base.h"
#include "base.h"
using
namespace
SandHook
::
Asm
;
...
...
nativehook/src/main/cpp/includes/code_relocate.h
View file @
8db6598a
...
...
@@ -6,7 +6,7 @@
#define SANDHOOK_NH_CODE_RELOCATE_H
#include "exception.h"
#include "
../asm/
instruction.h"
#include "instruction.h"
namespace
SandHook
{
namespace
Asm
{
...
...
nativehook/src/main/cpp/includes/decoder.h
View file @
8db6598a
...
...
@@ -5,8 +5,8 @@
#ifndef SANDHOOK_NH_DECODER_H
#define SANDHOOK_NH_DECODER_H
#include "
../includes/
base.h"
#include "
../asm/
instruction.h"
#include "base.h"
#include "instruction.h"
namespace
SandHook
{
namespace
Decoder
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment