Thread
:
Which ARM64 disassembler engine best to use in a driver?
View Single Post
#
3
04-04-2022, 17:08
RamMerLabs
Family
Join Date: Feb 2020
Posts: 39
Rept. Given: 0
Rept. Rcvd 39 Times in 17 Posts
Thanks Given: 9
Thanks Rcvd at 184 Times in 33 Posts
ARM64 code is pretty simple to disassemble: four bytes per instruction, and it is enough to apply a bit mask (and a substraction sometimes, if register is encoded) to distinguish the required instructions.
RamMerLabs
View Public Profile
Find all posts by RamMerLabs