diff options
author | n0p <0x90@n0p.cc> | 2018-03-07 20:58:05 +0100 |
---|---|---|
committer | n0p <0x90@n0p.cc> | 2018-03-07 20:58:05 +0100 |
commit | 71fcf2286be5704a3d3c7bd157802e9b0c109f04 (patch) | |
tree | 8447e8639a5f88e1c80dcff15b616c06b8b2405d | |
parent | ced3a66bbce157819bff099f4fb5b0199413b51d (diff) | |
download | idaSystemCalls-71fcf2286be5704a3d3c7bd157802e9b0c109f04.tar.gz idaSystemCalls-71fcf2286be5704a3d3c7bd157802e9b0c109f04.zip |
Updated the link to esec-lab.sogeti.com.
-rw-r--r-- | SystemCalls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemCalls.py b/SystemCalls.py index 55a7c92..7136194 100644 --- a/SystemCalls.py +++ b/SystemCalls.py @@ -4,7 +4,7 @@ Work in progress... The system call ABI from the following link are supported. - http://esec-lab.sogeti.com/post/2011/07/05/Linux-syscall-ABI + http://esec-lab.sogeti.com/posts/2011/07/05/linux-syscall-abi.html by n0p """ |