-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
Description
I'm testing Driller with Angr on the binaries of the Angr testsuit. The following error messages are returned for most of the binaries in the x86_64 directory, such as cat. Could you provide some suggestions to solve them?
#########################
### test_drilling_cgc ###
#########################
DEBUG | 2024-04-24 22:15:47,586 | driller.driller | [echo] drilling started on Wed Apr 24 22:15:47 2024.
WARNING | 2024-04-24 22:15:47,587 | driller.driller | Debug directory is not set. Will not log fuzzing bitmap.
Traceback (most recent call last):
File "/home/lily/Desktop/Driller/driller/test_driller.py", line 74, in <module>
run_all()
File "/home/lily/Desktop/Driller/driller/test_driller.py", line 65, in run_all
all_functions[f]()
File "/home/lily/Desktop/Driller/driller/test_driller.py", line 26, in test_drilling_cgc
new_inputs = d.drill()
File "/home/lily/Desktop/Driller/driller/driller/driller_main.py", line 85, in drill
list(self._drill_input())
File "/home/lily/Desktop/Driller/driller/driller/driller_main.py", line 131, in _drill_input
simgr.use_technique(t)
File "/home/lily/anaconda3/envs/driller/lib/python3.8/site-packages/angr/sim_manager.py", line 248, in use_technique
tech.setup(self)
File "/home/lily/anaconda3/envs/driller/lib/python3.8/site-packages/angr/exploration_techniques/tracer.py", line 303, in setup
self._identify_aslr_slides()
File "/home/lily/anaconda3/envs/driller/lib/python3.8/site-packages/angr/exploration_techniques/tracer.py", line 255, in _identify_aslr_slides
raise AngrTracerError(
angr.errors.AngrTracerError: Trace does not seem to contain object initializers for <ELF Object libc.so.6, maps [0x700000:0xac42bf]>. Do you want to have a Tracer(aslr=False)?