Skip to content

Releases: Kazhuu/asm2cfg

v0.2.2

27 May 13:21
Compare
Choose a tag to compare

What's Changed

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #33
  • Exclude python 3.6 run on Ubuntu 22.04 Jammy by @Kazhuu in #38
  • Update Python and Ubuntu versions used by CI by @Kazhuu in #43
  • Fix #41 by @moojek in #42

New Contributors

  • @lgtm-com made their first contribution in #33
  • @moojek made their first contribution in #42

Full Changelog: v0.2.1...v0.2.2

V0.2.1

05 Jun 15:20
Compare
Choose a tag to compare

What's Changed

  • Fix broken pipeline by @Kazhuu in #29
  • Fix invalid formatting and autogenerate examples by @yugr in #28

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Mar 16:09
Compare
Choose a tag to compare

What's Changed

  • ARM support.
  • objdump support.
  • Assembly parsing instead of using regexps.

Commits

  • Initial work on test and GH actions by @yugr in #7
  • Enable code linting by @Kazhuu in #9
  • Enable Codecov by @Kazhuu in #10
  • Fixed codecov support by @Kazhuu in #11
  • More work on tests by @yugr in #12
  • Tests of jump and function tables. by @yugr in #13
  • Introduce proper file stripping and start adding parser tests by @yugr in #15
  • Add pylint support by @Kazhuu in #16
  • Pylint integration and more tests by @yugr in #17
  • GDB integration tests by @Kazhuu in #18
  • Test case for viewcfg GDB command by @Kazhuu in #19
  • Development section writeup by @Kazhuu in #20
  • Added proper parsing by @yugr in #21
  • Preparatory refactors for objdump by @yugr in #22
  • Added support for objdump. by @yugr in #23
  • Support ARM assembly. by @yugr in #25

Full Changelog: v0.1.2...v0.2.0