mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Improved the ergonomics for conversions between symbolic and concrete types #105

Closed mnemonikr closed 8 months ago

mnemonikr commented 8 months ago

This change introduces the following conversion tools:

Several conversion unit tests were added to improve conversion code coverage.

This change also removes Memory::read_concrete_value in favor of these Memory::read followed by the appropriate conversion routine. This API was only used in tests internally.