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
4e3ca8e8
Unverified
Commit
4e3ca8e8
authored
Aug 21, 2019
by
ganyao114
Committed by
GitHub
Aug 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update inst_arm64.cpp
parent
13a8ebdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
inst_arm64.cpp
nativehook/src/main/cpp/archs/arm/arm64/inst/inst_arm64.cpp
+4
-4
No files found.
nativehook/src/main/cpp/archs/arm/arm64/inst/inst_arm64.cpp
View file @
4e3ca8e8
...
...
@@ -594,7 +594,7 @@ void A64_LDR_IMM::Assemble() {
A64_LDR_UIMM
::
A64_LDR_UIMM
(
void
*
inst
)
:
A64LoadAndStoreImm
(
&
inst
)
{
A64_LDR_UIMM
::
A64_LDR_UIMM
(
void
*
inst
)
:
A64LoadAndStoreImm
(
inst
)
{
}
A64_LDR_UIMM
::
A64_LDR_UIMM
(
RegisterA64
&
rt
,
const
MemOperand
&
operand
)
:
A64LoadAndStoreImm
(
&
rt
,
...
...
@@ -717,7 +717,7 @@ void A64_LDRSW_UIMM::Assemble() {
A64_STP_LDP
::
A64_STP_LDP
(
void
*
inst
)
:
InstructionA64
(
&
inst
)
{
A64_STP_LDP
::
A64_STP_LDP
(
void
*
inst
)
:
InstructionA64
(
inst
)
{
}
A64_STP_LDP
::
A64_STP_LDP
(
OP
op
,
RegisterA64
&
rt1
,
RegisterA64
&
rt2
,
const
MemOperand
&
operand
)
:
op
(
op
),
rt1
(
&
rt1
),
...
...
@@ -775,7 +775,7 @@ void A64_STP_LDP::Assemble() {
}
A64_ADD_SUB_IMM
::
A64_ADD_SUB_IMM
(
void
*
inst
)
:
InstructionA64
(
&
inst
)
{
A64_ADD_SUB_IMM
::
A64_ADD_SUB_IMM
(
void
*
inst
)
:
InstructionA64
(
inst
)
{
}
A64_ADD_SUB_IMM
::
A64_ADD_SUB_IMM
(
A64_ADD_SUB_IMM
::
OP
op
,
A64_ADD_SUB_IMM
::
S
sign
,
RegisterA64
&
rd
,
...
...
@@ -818,7 +818,7 @@ void A64_ADD_SUB_IMM::Assemble() {
}
}
A64_MSR_MRS
::
A64_MSR_MRS
(
void
*
inst
)
:
InstructionA64
(
&
inst
)
{
A64_MSR_MRS
::
A64_MSR_MRS
(
void
*
inst
)
:
InstructionA64
(
inst
)
{
}
A64_MSR_MRS
::
A64_MSR_MRS
(
OP
op
,
SystemRegister
&
systemRegister
,
RegisterA64
&
rt
)
:
op
(
op
),
system_reg
(
...
...
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