datadancer / HIAFuzz

Hybrid Interface Aware Fuzz for Android Kernel Drivers
Other
31 stars 9 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'DriverDevices/honor8_device_ioctl.txt' #2

Closed srikanth007m closed 4 years ago

srikanth007m commented 4 years ago

@datadancer - While i am trying on my machine using below command. I see IOError even though the file is present.

DriverDevices/honor8_device_ioctl.txt:5 Traceback (most recent call last): File "gdbioctl.py", line 258, in main() File "gdbioctl.py", line 183, in main with open(parsed_args.device_ioctl_file, 'r') as ff: FileNotFoundError: [Errno 2] No such file or directory: 'DriverDevices/honor8_device_ioctl.txt'

datadancer commented 4 years ago

Make sure honor8_device_ioctl.txt exist.

lsb 邮箱:datadancer@163.com

签名由 网易邮箱大师 定制

On 12/23/2019 17:01, srikanth007m wrote:

@datadancer - While i am trying on my machine using below command. I see IOError even though the file is present.

DriverDevices/honor8_device_ioctl.txt:5 Traceback (most recent call last): File "gdbioctl.py", line 258, in main() File "gdbioctl.py", line 183, in main with open(parsed_args.device_ioctl_file, 'r') as ff: FileNotFoundError: [Errno 2] No such file or directory: 'DriverDevices/honor8_device_ioctl.txt'

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

srikanth007m commented 4 years ago

@datadancer file is present in the same directory. seems we need to provide relative paths of the located files.