qiling
qiling copied to clipboard
Syscall: "setgroups", "setuid" in 32 bit arch not implemented
When I emulated an arm_32 program I met this: (at dev-branch)
[!] 0x9007ff44: syscall ql_syscall_setgroups32 number = 0xce(206) not implemented
[!] 0x90080260: syscall ql_syscall_setuid32 number = 0xd5(213) not implemented
Though it didn't cause much problem to me, I still want to report this for ya. Hope it will do little help for this framework
did you check the syscall table ?
Yes I did. I found it in map_syscall.py, arm_syscall_table
Please look at the debug picture below

will you be able to provide a PR ?