radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.75k stars 3.01k forks source link

Move all asm plugins into anal plugins #20296

Closed riptl closed 2 years ago

riptl commented 2 years ago

Description

The anal plugins replace asm plugins going forward.

Progress

condret commented 2 years ago

only need to move the disassembling part, the assemble should remain in asm

trufae commented 2 years ago

almost there 💪

gogo2464 commented 2 years ago

asm.dalvik is coming in this PR: https://github.com/radareorg/radare2/pull/20433 but not ready to merge yet. :)

trufae commented 2 years ago

asm.arm is assembler only. somaybe we can just remove it because its duplicating code already available in the anal plugin

trufae commented 2 years ago

i did it i fucking did it

alex-bender commented 2 years ago

that was a long run! congratulations!

trufae commented 2 years ago

Indeed! Thanks for noticing it! It was a big step forward to set the base for more refactorings!