What's Changed
* ARM support.
* objdump support.
* Assembly parsing instead of using regexps.
Commits
* Initial work on test and GH actions by yugr in https://github.com/Kazhuu/asm2cfg/pull/7
* Enable code linting by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/9
* Enable Codecov by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/10
* Fixed codecov support by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/11
* More work on tests by yugr in https://github.com/Kazhuu/asm2cfg/pull/12
* Tests of jump and function tables. by yugr in https://github.com/Kazhuu/asm2cfg/pull/13
* Introduce proper file stripping and start adding parser tests by yugr in https://github.com/Kazhuu/asm2cfg/pull/15
* Add pylint support by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/16
* Pylint integration and more tests by yugr in https://github.com/Kazhuu/asm2cfg/pull/17
* GDB integration tests by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/18
* Test case for viewcfg GDB command by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/19
* Development section writeup by Kazhuu in https://github.com/Kazhuu/asm2cfg/pull/20
* Added proper parsing by yugr in https://github.com/Kazhuu/asm2cfg/pull/21
* Preparatory refactors for objdump by yugr in https://github.com/Kazhuu/asm2cfg/pull/22
* Added support for objdump. by yugr in https://github.com/Kazhuu/asm2cfg/pull/23
* Support ARM assembly. by yugr in https://github.com/Kazhuu/asm2cfg/pull/25
**Full Changelog**: https://github.com/Kazhuu/asm2cfg/compare/v0.1.2...v0.2.0