dalvik icon indicating copy to clipboard operation
dalvik copied to clipboard

Consider switching to nom for easier parser creation

Open linkmauve opened this issue 6 years ago • 1 comments

nom is a parser combinator crate which makes parsing binary formats quite easy.

I was thinking about starting a dex parser using it, but your project already exists so it’d be better to just contribute; if you are fine with this new dependency I will try to migrate the existing parsers.

linkmauve avatar Sep 04 '18 22:09 linkmauve

Hi! Actually, this is a great idea, and I feel that the whole crate would be more efficient with nom. Please, feel free to contribute!

Razican avatar Sep 05 '18 07:09 Razican