11 lines
242 B
Ruby
11 lines
242 B
Ruby
|
# This file is part of Metasm, the Ruby assembly manipulation suite
|
||
|
# Copyright (C) 2007 Yoann GUILLOT
|
||
|
#
|
||
|
# Licence is LGPL, see LICENCE in the top-level directory
|
||
|
|
||
|
|
||
|
require 'metasm'
|
||
|
require 'metasm-shell'
|
||
|
require 'pp'
|
||
|
include Metasm
|