Releases: BinaryAnalysisPlatform/bil
Releases · BinaryAnalysisPlatform/bil
v0.3
v0.2
-
modifies the small step operational semantics to enable progression
Some of the rules were expecting a one step transformation to a value, that let to their stucking.
This is fixed by providing corresponding step rules. (see #2 for more information) -
simplifies the environment handling.
Now let expressions do not update the environment but are expressed via substitution (that corresponds directly to the current implementation in bap) -
new
~>*
rule that is a closure of~>
to make it easy to use reduction on thestmt
level
(also introduced in #2) -
compatibility with the new version of ott (#1)
-
revamped build system (#1)
Big thanks to @ccasin, for the contribution.