HIAFuzz icon indicating copy to clipboard operation
HIAFuzz copied to clipboard

Hybrid Interface Aware Fuzz for Android Kernel Drivers

Results 6 HIAFuzz issues
Sort by recently updated
recently updated
newest added

Hi, What're the differences between your interface recovery with the DIFUZE's? For example, the false negative, the convenience for fuzzing? Thanks for your help!

Hi, The post processing is unable to extract few of the IOCTLs from the given driver. Can you help me in knowing what could be the problem?. Few files having...

Hello, after downloading and extracting Huawei Mate 9 kernel kernel source from MHA-NG_EMUI5.0_opensource.tar.gz from Huawei Open Source Release Center, and running the following commands: **_cd ~/Code_Opensource/kernel sudo sh -c 'for...

请教这样一个问题。我按照github上的例子build了镜像vmlinux,然后去执行gdbioctl.py,发现可以打印"handling block_ioctl" 之类的内容,也可以找到函数在文件的哪个位置,但是生成的两个文件夹ioctl_finder_out和ioctl_preprocessed_out里没有任何信息,我分析了一下gdbioctl.py文件里的main中的get_line_file_for_ioctl_function_from_gdb函数返回的sourcefile_line_dict为空,以至于后续内容无法生成。我推测可能是编译镜像阶段出了什么问题。请教一下这个应该怎么解决?? ![Untitled](https://github.com/datadancer/HIAFuzz/assets/50314736/9ec50717-b823-476d-922e-352dba832e65)

i use 'python gdbioctl.py -v /home/aniucw/Code_Opensource/out/vmlinux -f /home/aniucw/Desktop/HIAFuzz/DriverDevices/honor8_device_ioctl.txt' to generate 'ioctl_preprocessed_out ' and 'ioctl_finder_out '.the result is 'handling block_ioctl [{'type': 'console', 'message': None, 'payload': 'done.\n', 'stream': 'stdout'}, {'type': 'result', 'message':...

Can i use other version of Ubuntu? such as 20.04