Skip to content

Tags: foundryzero/llef

Tags

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix/pointer dereference bug (#57)

* LLEF Bugfixes

Types.py line 277: bug in ptr_size where width needed to be in bits, not bytes.

Change GoTypePointer class so that it no longer dereferences the addr parameter, which best I can tell is never given indirectly in an eface.

Pointer dereferencing behaviour was depended upon by GoDataInterface, which was amended to do its own dereference where required.

Also added a new type representation for a nil interface, which is where you have a line of code in Go such as:

var myVar any = nil

* New Black version wants new tuple unpacking syntax

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Normalize LLDB version parsing on Darwin to handle both Apple Clang a…

…nd LLVM versions (#56)

* Normalize LLDB version parsing on Darwin to handle both Apple Clang and LLVM versions

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix disassembly flavour warning on non x86 targets (#55)

* Fix disassembly flavour warnings on non- x86 targets

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `displayed_registers` setting to allow showing of specific regist…

…ers (#53)

2.1.0

Toggle 2.1.0's commit message
Add go features readme.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
LLEF 2.0 (#50)

---------

Co-authored-by: F0Michael <[email protected]>
Co-authored-by: f0alex <[email protected]>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
switch to using shutil.get_terminal_size() for compatibility with emb…

…eded terminals (#48)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Hexdump Command (#45)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rebase addresses feature (#35)

v1.0.0

Toggle v1.0.0's commit message
LLEF v1.0.0