christopher-simon-liu@w3cil:~$ whoami
Christopher Simon Liu
christopher-simon-liu@w3cil:~$ hostname
w3cil (osu.edu)
christopher-simon-liu@w3cil:~$ ps aux | grep chris
De Facto Recruiter, Co-Advisor, Lab Representative, and Professional Menace
PhD Student
christopher-simon-liu@w3cil:~$ uptime
PhD year 1 (running)
christopher-simon-liu@w3cil:~$ cat about.txt
Systems security researcher.
I break things methodically until tools cry.
Reverse engineering, AI, hardware, and whatever else gets the job done.
christopher-simon-liu@w3cil:~$ grep -i interests about.txt
reverse engineering
systems security
christopher-simon-liu@w3cil:~$ less publications.bib
@misc{liu2025faultbanana,
title = {Fault Banana},
year = {2025},
note = {Exploratory measurement study on fault injection (unpublished)},
pdf = [pdf]
}
@article{liu2025faultinjection,
title = {A Beginner-Friendly Introduction to Fault Injection Attacks},
journal = {arXiv},
year = {2025},
note = {Introductory overview of fault injection attacks},
url = [arXiv]
}
(END)q
christopher-simon-liu@w3cil:~$ find ./projects -maxdepth 1 -type d
./projects/fault-banana
christopher-simon-liu@w3cil:~$ wget cv.pdf
cv.pdf saved [OK]
christopher-simon-liu@w3cil:~$ cat contact.txt
email: liu.8689@osu.edu
scholar: Google Scholar
github: github.com/christopher-simon-liu
linkedin: LinkedIn
christopher-simon-liu@w3cil:~$ noise > /dev/null
christopher-simon-liu@w3cil:~$ mkdir -p future-gadget-sec-lab
christopher-simon-liu@w3cil:~$ cat notes.txt
controlling ambiguity professionally;
solving interesting problems with interesting people;
mad scientist is a lifestyle, not a career limitation;
christopher-simon-liu@w3cil:~$ echo "no shells were harmed in the making of this website :^)"
no shells were harmed in the making of this website :^)
christopher-simon-liu@w3cil:~$ exit