Skip to content

Tags: lifting-bits/remill

Tags

v5.0.7

Toggle v5.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Context Structure to Affect State Dependent Liftings (#617)

* add empty contexts

* add include

* make function const

* add helper for uniform mappings

* expose cache clearing for operand lifter

* decoding context documentation:

* move virtual inheritance down

* remove unused var names

* add type alias

* remove underscores

* make sure we have poetry

* check version in CI

* try specify python3

* newer poetry install script

* fail fast

* try use pythons pip

* upgrade pip?

* install directly

* update in linux too

v5.0.6

Toggle v5.0.6's commit message
remove underscores

irene2-final

Toggle irene2-final's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #614 from lifting-bits/will/fix-z3-version

Fix typo when parsing z3 version from headers

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent the instruction category from being overwritten after a fused…

… call/pop has been recognised (#612)

* Prevent the instruction category from being overwritten after a
fused call/pop has been recognised

* Move assignment up and remove conditional

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ian/fix remill git checkout ci (#600)

* allow git directories before running ci tasks as workaround for permissions issue

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add LLVM 14 to CI (#598)

* Add LLVM 14 to CI

* Update `build.sh`

* Fix docker entrypoint

Co-authored-by: Eric Kilmer <[email protected]>

v5.0.2

Toggle v5.0.2's commit message
Disable cpuid test on macos

v5.0.1

Toggle v5.0.1's commit message
Disable cpuid test on macos

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
llvm 13 support (#577)

* llvm 13 support

* Add llvm 13

* Update build script

* Update build script

* Modify remill-lift docker entrypoint

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removes some deprecated functions, and removes the basic block functi… (

#569)

* Removes some deprecated functions, and removes the basic block function cloning apis, in favor of apis on Arch

* More tweaks for removing unnecessary APIs

* Goodbye dse

* Fix issue

* Tweaks

* Remove some annoying logs