A_Niucw
A_Niucw
请教这样一个问题。我按照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为空,以至于后续内容无法生成。我推测可能是编译镜像阶段出了什么问题。请教一下这个应该怎么解决?? 
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
Hello! I intend to implement a code repair task based on codeT5, but I need to do some processing on the encoder generated embedding before passing it to the decoder...