Skip to content

Instantly share code, notes, and snippets.

View ahmad2smile's full-sized avatar

Ahmad ahmad2smile

View GitHub Profile
// Self Modifying Code - Just for fun
//
// Created by Osman Azam on 3/22/14.
// Copyright (c) 2014 Osman Azam. All rights reserved.
//
// This code was tested on OSX. It will probably work in most *NIX systems.
// For windows you will need to find the win32 equivalent of mprotect and
// use a different method of putting the addTwoNumbers function into a data
// section. Also you will need to convert the inline assemblye from AT&T style