Skip to content
View Twisper's full-sized avatar

Block or report Twisper

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Twisper/README.md

Hi there, I'm Mikhail Ulyanov

Cybersecurity Student | Systems & Hardware

I am exploring the intersection of Software and Hardware security. My goal is to understand systems from the transistor up to the OS and Userspace level. I believe that to secure a system, one must first understand how it works under the hood.


Areas of Interest

  • System Software: OS Internals, Low-level Programming, Memory Management.
  • Hardware: Computer Architecture (RISC-V), FPGA, Hardware Security.
  • Security: Reverse Engineering, Binary Exploitation.

Technical Stack

Languages C Assembly Python Bash

Tools & Environment Linux GDB Make Git Docker


Current Focus

  • Computer Architecture: Studying RISC-V fundamentals (Harris & Harris).
  • Systems Programming: Deepening knowledge in UNIX environment and POSIX standarts.

Highlighted Projects

  • tsh – A Thread-Safe, Zero-Allocation POSIX Shell written in C. Features job control, pipelines, and signal handling without dynamic memory allocation.

Pinned Loading

  1. tsh tsh Public

    tsh: A Thread-Safe, Zero-Allocation POSIX Shell

    C

  2. risc-v_processor risc-v_processor Public

    Own RISC-V 64-bit processor

    SystemVerilog

  3. lisp_interpreter lisp_interpreter Public

    C