Pinned Repositories
adityabasu.me
Has my blog, resume, and about me.
akaros
Akaros Operating System
akaros-usercbdma
Userspace tool to interact with cbdma
hadoop-nimble
Apache Hadoop with changes to work with Nimble
lsm-trusty-kernel
Ubuntu Trusty (14.04 LTS) kernel patches
name-confusion
Demonstrating name confusion attacks.
note-sync
Syncs a note file across computers using inotify (on linux) / kqueues (on mac). My Systems Software project.
mitthu's Repositories
mitthu/name-confusion
Demonstrating name confusion attacks.
mitthu/akaros-usercbdma
Userspace tool to interact with cbdma
mitthu/hadoop-nimble
Apache Hadoop with changes to work with Nimble
mitthu/lsm-trusty-kernel
Ubuntu Trusty (14.04 LTS) kernel patches
mitthu/note-sync
Syncs a note file across computers using inotify (on linux) / kqueues (on mac). My Systems Software project.
mitthu/adityabasu.me
Has my blog, resume, and about me.
mitthu/akaros
Akaros Operating System
mitthu/awesome-ctf
A curated list of CTF frameworks, libraries, resources and softwares
mitthu/awesome-ninja-admins
:dizzy: A collection of awesome lists, manuals, blogs, hacks, one-liners and tools for Awesome Ninja Admins.
mitthu/awesome-privilege-escalation
A curated list of awesome privilege escalation
mitthu/Build-Linux-Kernel-Using-Clang
mitthu/dotfiles
My dotfiles.
mitthu/dotfiles_deploy
Deploy the dotfiles.
mitthu/griffin-trace
A version of Griffin used to provide program traces
mitthu/hdfs
API and command line interface for HDFS
mitthu/Intellij-Hadoop
Run Hadoop program using Intellij
mitthu/jekyll-netlify-cms
mitthu/leetcode-patterns
A curated list of 160+ leetcode questions grouped by their common patterns
mitthu/mitthu
About me!
mitthu/mitthu.github.io-archive1
Build a Jekyll blog in minutes, without touching the command line.
mitthu/mitthu.github.io-archive2
mitthu/one-click-hugo-cms
mitthu/playbook
The setup.
mitthu/Printable-Encoder
mitthu/private-internet-access-docker
Private internet access openvpn client in a lightweight Docker container
mitthu/rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
mitthu/startercode
Code to start small projects, or test out code.
mitthu/syzkaller
syzkaller is an unsupervised, coverage-guided kernel fuzzer
mitthu/x86-assembly-cheat
x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/************/x86-bare-metal-examples, ARM cheat at: https://github.com/************/arm-assembly-cheat
mitthu/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Userland cheat at: https://github.com/************/x86-assembly-cheat ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup Keywords: hello world, bare bones, boot sector, MBR, BIOS, UEFI, VGA, GRUB, Multiboot, QEMU.