KUNAI-static-analyzer icon indicating copy to clipboard operation
KUNAI-static-analyzer copied to clipboard

Add ARM support

Open jeppojeps opened this issue 3 years ago • 1 comments

Possibly recycle some code for instruction translation Different ABI Start with iOS

jeppojeps avatar Aug 07 '21 19:08 jeppojeps

Probably the support for ARM can be added with capstone as an external dependency, capstone I think is light enough and can be added to make file in an "install" option as in radare2: capstone library Once that is done we should check a way to recover functions, as commonly no functions boundaries exist and different algorithms must be used to know the functions.

Fare9 avatar Aug 08 '21 18:08 Fare9