You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我在使用qiling运行trendnet的固件中的web守护程序goahead时,发现以下报错: syscall ql_syscall_ipc number = 0x1015(4117) not implemented
调试发现是因为goahead程序调用了msgget函数导致的错误。进一步分析qiling代码,发现qiling未实现Linux ipc有关的系统调用,包括共享内存、消息队列等内容。
我在使用qiling运行trendnet的固件中的web守护程序goahead时,发现以下报错:
syscall ql_syscall_ipc number = 0x1015(4117) not implemented调试发现是因为goahead程序调用了msgget函数导致的错误。进一步分析qiling代码,发现qiling未实现Linux ipc有关的系统调用,包括共享内存、消息队列等内容。
我看到有不少Issues反馈了这个问题,是否有开发者愿意实现,我可以协助测试。