Skip to content

Instantly share code, notes, and snippets.

View killeradhil's full-sized avatar

ADHIL killeradhil

  • India(tamilnadu)
View GitHub Profile
@blaquee
blaquee / readdisk.py
Created August 2, 2013 23:19
rawdisk python
import os
import sys
SECTOR_SIZE = 512
def main():
try:
if len(sys.argv) != 4:
raise Exception('Not Enough Arguments')
else: