2026年5月25日
Learn by Building! Game Security
We held a lesson on implementing basic anti-cheat measures (memory cheat protection / Frida detection, etc.) in a Linux environment using generative AI.
- •Study Linux memory reading techniques and memory maps (
/proc/{}/mem,/proc/{}/maps) - •Implement XOR encryption for numeric values in the game
- •Understand how Frida's hooking functionality works using a learning app

2025年9月14日
Casual Tech Talk
We held an LT session titled 'A talk event where people who love information technology gather'.
- •Creating iOS ARM64 Debugger with Generative AI
- •Arbitrary Code Execution in Original Pokémon
- •Automating Malware Analysis with LLM
- •Introduction to PacketProxy
- •TeX Introduction for Engineers

2025年4月29日 / 7月12日
[Beginner to Intermediate] Frida JavaScript Study Session🐈
Based on the content of the first Frida study session, we conducted Frida lessons with more time allocated.
- •Program analysis using hardware watchpoints
- •Script implementation methods for Frida version 17 and later
- •Dynamic analysis considering memory alignment of structures
![[Beginner to Intermediate] Frida JavaScript Study Session🐈](/images/history/4.png)
2024年12月6日
Handmade Debugger: First Steps
We conducted a lesson on debugger principles, including memory read/write and implementation of breakpoints and watchpoints.
- •How to build C/C++ code using Android NDK
- •Memory read/write methods using ptrace and others
- •Mechanisms and implementation of breakpoints and watchpoints

2023年12月28日
[For Absolute Beginners] LLDB Even Cats Can Understand
We conducted a lesson on analysis methods using LLDB with three Crackmes as subjects.
- •Basic LLDB commands and debugging flow
- •Analysis automation using Python
- •Analysis of applications with anti-debugging implementations
![[For Absolute Beginners] LLDB Even Cats Can Understand](/images/history/2.png)
2023年10月2日
[For Absolute Beginners] First Steps with Frida
We conducted a learning session on analysis using Frida, with rock-paper-scissors games and TUI games as subjects.
- •Explanation of basic Frida usage and concepts
- •Step-by-step explanation of analysis using rock-paper-scissors games
- •Applied analysis using TUI games
![[For Absolute Beginners] First Steps with Frida](/images/history/3.png)