ssh w3cil
christopher-simon-liu@w3cil:~$ whoami Christopher Simon Liu
christopher-simon-liu@w3cil:~$ hostname w3cil (osu.edu)
christopher-simon-liu@w3cil:~$ ps aux | grep chris phd_student sec_researcher proj_lead herder_of_the_cats
christopher-simon-liu@w3cil:~$ uptime PhD year 1 (running)
christopher-simon-liu@w3cil:~$ ls about.txt publications.bib projects/ cv.pdf contact.txt notes.txt
christopher-simon-liu@w3cil:~$ cat about.txt Systems security researcher. I study how systems break under adversarial conditions, given incomplete or noisy program evidence. My current work focuses on malware capability analysis and reverse engineering workflows. Reverse engineering, AI, hardware, and whatever else gets the job done.
christopher-simon-liu@w3cil:~$ grep -i interests about.txt reverse engineering malware analysis systems security program analysis
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
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