qiling icon indicating copy to clipboard operation
qiling copied to clipboard

Syscall: "setgroups", "setuid" in 32 bit arch not implemented

Open squarepants0 opened this issue 2 years ago • 3 comments

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

squarepants0 avatar Dec 09 '22 11:12 squarepants0

did you check the syscall table ?

xwings avatar Dec 12 '22 13:12 xwings

Yes I did. I found it in map_syscall.py, arm_syscall_table

Please look at the debug picture below 20221213-145916

squarepants0 avatar Dec 13 '22 07:12 squarepants0

will you be able to provide a PR ?

xwings avatar Jul 31 '23 03:07 xwings