Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot scroll back up after reaching end of linear dissasembly view on certain binaries #1300

Open
burhanr13 opened this issue Jul 26, 2024 · 0 comments
Labels
bug needs-triage Issue has yet to be looked at by a maintainer

Comments

@burhanr13
Copy link

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

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: git@github.com: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: git@github.com: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: git@github.com: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: git@github.com: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: git@github.com: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: git@github.com: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

@burhanr13 burhanr13 added bug needs-triage Issue has yet to be looked at by a maintainer labels Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage Issue has yet to be looked at by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant