meme / aarch64-extensions

Binary Ninja AArch64 IL lifter extensions
MIT License
10 stars 5 forks source link

Structure lifting code #9

Open meme opened 4 years ago

meme commented 4 years ago

Currently all new instructions are added into the single aarch64_extensions.cpp file. Instead, we should compartmentalize the instruction lifters and their helpers into categories.

meme commented 4 years ago

10