Solving pwnable's - orw - 2/???
https://pwnable.tw
The challenge description says:
Only open read write syscalls are allowed to use.
But is that enforced? How?
Seccomp
Taking a look using the ghidra decompiler:
void orw_seccomp(void)
{
int iVar1;
undefined4 *puVar2;
undefined...
shafouz.hashnode.dev5 min read