回答編集履歴
1
誤記修正
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```int 0x80```で呼び出せる32bitシステムコールは、以下にある通りです。
|
2
2
|
|
3
|
-
[32-bit system call numbers and entry vectors](https://github.com/torvalds/linux/blob/v3.13/arch/x86/syscalls/syscall_32.
|
3
|
+
[32-bit system call numbers and entry vectors](https://github.com/torvalds/linux/blob/v3.13/arch/x86/syscalls/syscall_32.tbl)
|
4
4
|
|
5
5
|
eaxレジスタに、上記ソースの一番左の数字を入れて、各レジスタに適切なパラメータを入れて、```int 0x80```を行えばシステムコールが行えます。
|
6
6
|
|