<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Devs on Siho Shin</title>
    <link>https://www.siho-shin.life/devs/</link>
    <description>Recent content in Devs on Siho Shin</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Seung-ri Shin</copyright>
    <lastBuildDate>Mon, 13 Apr 2026 14:54:51 +0000</lastBuildDate>
    <atom:link href="https://www.siho-shin.life/devs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Making a Secure Code Testing Environment - YarDog [0]</title>
      <link>https://www.siho-shin.life/devs/making-a-secure-code-testing-environment-0/</link>
      <pubDate>Mon, 13 Apr 2026 14:54:51 +0000</pubDate>
      <guid>https://www.siho-shin.life/devs/making-a-secure-code-testing-environment-0/</guid>
      <description>What should I implement? The requirements are:&#xA;Suppress keyboard inputs as ALT+Tab. Log copy and paste events. Send the logs to the proctor. The implementation plan! . ├── clipboard.c ├── hook.c ├── log.c ├── main.c ├── parse.c ├── policy.c ├── queue.c └── tree.c This is the project tree, only containing .c files.&#xA;First, in main.c, parse() function in parse.c is called to parse the command line arguments into struct ARGS. This struct is passed to initialization functions in other .</description>
    </item>
  </channel>
</rss>
