google / gematria

Machine learning for machine code.
Apache License 2.0
76 stars 11 forks source link

Add unittests for BHiveToExegesis #168

Closed boomanaiden154 closed 3 months ago

boomanaiden154 commented 3 months ago

This patch adds unittests for the BHiveToExegesis to ensure that the plumbing works as expected.

The functionality is not tested particularly exhaustively, but the infrastructure is in place to add new tests to prevent regressions in the future, and most of the critical functionality, like detecting memory accesses, is already present elsewhere.

boomanaiden154 commented 3 months ago

This is a stacked PR:

  1. 167

  2. 166

  3. 165