You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In binaries with extra code added at the end not associated with ELF symbols, when scrolling to the end of the linear disassembly view it is not possible to scroll back up.
Steps to reproduce the bug
printf_nopie.patched.zip
Load this binary into angr management and scroll to end of linear viewer.
Environment
angr environment report
=============================
Date: 2024-07-26 15:19:18.760633
!!! running in global environment. Are you sure? !!!
Platform: linux-x86_64
Python version: 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0]
######## angr #########
Python found it in /home/burhanr/Coding/patcherex/angr-dev/angr/build/__editable__.angr-9.2.113.dev0-py3-none-any/angr/__init__.py
Pip version 9.2.113.dev0
Git info:
Current commit 2fcfad855a07c3988760af98cc26cacf8cbeaa7d from branch master
Checked out from remote origin: [email protected]:angr/angr
######## ailment #########
Python found it in /home/burhanr/Coding/patcherex/angr-dev/ailment/ailment/__init__.py
Pip version 9.2.113.dev0
Git info:
Current commit ebea0310d9b2f5c5e496820913e99b7ac7726833 from branch master
Checked out from remote origin: [email protected]:angr/ailment
######## cle #########
Python found it in /home/burhanr/Coding/patcherex/angr-dev/cle/cle/__init__.py
Pip version 9.2.113.dev0
Git info:
Current commit e3e87a0b17a8c9c1a7bf976d42241ab0443c2204 from branch master
Checked out from remote origin: [email protected]:angr/cle
######## pyvex #########
Python found it in /home/burhanr/Coding/patcherex/angr-dev/pyvex/pyvex/__init__.py
Pip version 9.2.113.dev0
Git info:
Current commit 05fc31e8791df61c0b0cdb36f5361d2adc004c72 from branch master
Checked out from remote origin: [email protected]:angr/pyvex
######## claripy #########
Python found it in /home/burhanr/Coding/patcherex/angr-dev/claripy/claripy/__init__.py
Pip version 9.2.113.dev0
Git info:
Current commit 1cbc610945a3ce076af3e5340ce255e267801f5d from branch master
Checked out from remote origin: [email protected]:angr/claripy
######## archinfo #########
Python found it in /home/burhanr/Coding/patcherex/angr-dev/archinfo/archinfo/__init__.py
Pip version 9.2.113.dev0
Git info:
Current commit 8973deb33997bca9c6726408171ab01317bd25ad from branch master
Checked out from remote origin: [email protected]:angr/archinfo
######## z3 #########
Python found it in /home/burhanr/.local/lib/python3.10/site-packages/z3/__init__.py
Pip version 4.13.0.0
Couldn't find git info
######## unicorn #########
Python found it in /home/burhanr/.local/lib/python3.10/site-packages/unicorn/__init__.py
Pip version 2.0.1.post1
Couldn't find git info
######### Native Module Info ##########
angr: <CDLL '/home/burhanr/Coding/patcherex/angr-dev/angr/build/__editable__.angr-9.2.113.dev0-py3-none-any/angr/lib/angr_native.so', handle 64fe1a6fabf0 at 0x7500d68ab340>
unicorn: <CDLL '/home/burhanr/.local/lib/python3.10/site-packages/unicorn/lib/libunicorn.so.2', handle 64fe19fcbbd0 at 0x7500da685ed0>
pyvex: <cffi.api._make_ffi_library.<locals>.FFILibrary object at 0x7500db3af820>
z3: <CDLL '/home/burhanr/.local/lib/python3.10/site-packages/z3/lib/libz3.so', handle 64fe19c810b0 at 0x7500dd3d9a50>
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
In binaries with extra code added at the end not associated with ELF symbols, when scrolling to the end of the linear disassembly view it is not possible to scroll back up.
Steps to reproduce the bug
printf_nopie.patched.zip
Load this binary into angr management and scroll to end of linear viewer.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: