top of page
Search


Basic Disassembly with Radare2
Radare2 is a popular open source reverse engineering tool that can be used to disassemble a binary and analyze it. It provides an...
Sarang Joshi
Jan 20, 20212 min read


Beginning static analysis at binary level using Radare2 and Python
In this post, we will use the popular open-source tool Radare2 and exploit the scripting capabilities of Radare2 with Python. In this...
Sarang Joshi
Jan 8, 20211 min read


Seeing through my eyes: Simulating Keratoconus vision using OpenCV
My story I was born with normal eyesight. During my teenage years, my vision started changing. I was unable to comprehend or explain what...
Sarang Joshi
Aug 24, 20202 min read


Developing an instruction decoder for ARM instructions using ASL - Part 1
Motivation In this post, we will demonstrate how to use ASL and Python to create a basic instruction decoder for Arm Specification...
Sarang Joshi
Oct 9, 20193 min read


Who created the grading monster?
Assessment to me is a very effective self reflection tool. But the key is it is more for reflection. The idea behind assessment is to...
Sarang Joshi
Jan 25, 20182 min read


My experience as an instructor for CS 1044 Intro to programming using C++ at Virginia Tech
During the summer of 2015, I was offered the position of instructor for the CS 1044 introduction to programming at Virginia Tech. I had...
Sarang Joshi
Oct 27, 20172 min read
bottom of page