jbremer / darm

A light-weight and efficient disassembler written in C for the ARMv7 instruction set.
BSD 3-Clause "New" or "Revised" License
213 stars 43 forks source link

consider adding project status and may be reference to capstone to README #30

Open vnd opened 8 years ago

vnd commented 8 years ago

I've used darm for a while but then eventually stumbled upon incorrectly decoded instruction, and after searching through github issues I found out that project is not really maintained and capstone is a better alternative. Knowing this from the start would have been very helpful.

Thanks!

jbremer commented 8 years ago

Feel free to do a PR :)