Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RzIL] Add lifter for Armv8 AArch64 #2354

Merged
merged 100 commits into from
Mar 27, 2022
Merged

[RzIL] Add lifter for Armv8 AArch64 #2354

merged 100 commits into from
Mar 27, 2022

Conversation

thestr4ng3r
Copy link
Member

@thestr4ng3r thestr4ng3r commented Feb 22, 2022

SQUASH ME

librz/analysis/arch/arm/arm_il32.c Outdated Show resolved Hide resolved
librz/analysis/arch/arm/arm_il64.c Outdated Show resolved Hide resolved
Copy link
Member

@XVilka XVilka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from the code point of view. Amazing job, as always! 💯

librz/analysis/arch/arm/arm_il64.c Show resolved Hide resolved
@XVilka XVilka added this to the 0.4.0 milestone Mar 19, 2022
@thestr4ng3r thestr4ng3r force-pushed the il-arm64 branch 2 times, most recently from 78a8a16 to 1ddfdb5 Compare March 23, 2022 12:14
@thestr4ng3r thestr4ng3r changed the title [RzIL] AArch64 Lifter [RzIL] Add lifter for Armv8 AArch64 Mar 26, 2022
@thestr4ng3r thestr4ng3r requested a review from wargio March 26, 2022 18:08
@thestr4ng3r thestr4ng3r requested a review from wargio March 26, 2022 18:14
@@ -1755,7 +1755,7 @@ static int analysis_op(RzAnalysis *a, RzAnalysisOp *op, ut64 addr, const ut8 *bu
return -1;
}
}
int haa = hackyArmAnal(a, op, buf, len);
int haa = hackyArmAnal(a, op, buf, len); // TODO: disable this for capstone 5 after testing that everything works
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to the PR, but this function name shall be renamed.

@thestr4ng3r thestr4ng3r merged commit 8414d22 into dev Mar 27, 2022
@thestr4ng3r thestr4ng3r deleted the il-arm64 branch March 27, 2022 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants