TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Linux System Call Table – Chromiumos

4 点作者 neophyt3超过 2 年前

2 条评论

westurner超过 2 年前
System call: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;System_call" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;System_call</a><p>Strace and similar tools can trace syscalls to see what kernel system calls are made by a process: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Strace#Similar_tools" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Strace#Similar_tools</a><p>Google&#x2F;syzkaller <a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;syzkaller" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;syzkaller</a> :<p>&gt; <i>syzkaller ([siːzˈkɔːlə]) is an unsupervised coverage-guided kernel fuzzer. Supported OSes: Akaros, FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows</i><p>Fuschia &#x2F; Zircon syscalls: <a href="https:&#x2F;&#x2F;fuchsia.dev&#x2F;fuchsia-src&#x2F;reference&#x2F;syscalls" rel="nofollow">https:&#x2F;&#x2F;fuchsia.dev&#x2F;fuchsia-src&#x2F;reference&#x2F;syscalls</a><p>&quot;How does Go make system calls?&quot; <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;55735864&#x2F;how-does-go-make-system-calls&#x2F;55736863#55736863" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;55735864&#x2F;how-does-go-mak...</a>
mikewarot超过 2 年前
As an old MS-DOS programmer, I find it very strange that there wasn&#x27;t a standard call list set down in the days of Unix. IIn MS-DOS, you always knew that function 09h was print $ delimited string at [dx], for example. That&#x27;s what made it easy to write programs using debug.