Projects

Malware Classifier

Semester: 
Monsoon
Offered: 
2012

Developed a program which classifies and detects malware instances using Graph Clustering.

Audio Steganography

Semester: 
Monsoon
Offered: 
2012

Ongoing Project

First Phase: Implemented LSB algorithm to hide text data in a medium sized audio wave file. The implementation makes use of the Python Wave Module

Linux Module - Proc FS

Semester: 
Winter
Offered: 
2012

Developed a basic Linux Module which creates a file in the /proc directory and keep track of the changes done on it. 

Virtual Machine Management Tool - VManager

Semester: 
Winter
Offered: 
2012

Developed a tool for virtual machine management from a remote client machine. The tool could connect to a remote hypervisor and manage guest domains (OS) in it. 

Testing was done on QEMU/KVM. VNC Viewer was used to view the guest domain in the client side.

Extended Simple Interger Language Compiler

Semester: 
Monsoon
Offered: 
2011

Engineered a compiler for Simple Integer Language (SIL) with an extended feature of User Defined Types as part of Compiler Construction Lab course.

SIL Specifications

The code generated is run on Simple Ineger Machine (SIM) which is a simulator

SIM Specifications