renamed unicorn gem to unicorn-engine (#895)
* renamed gem unicorn to unicorn-engine * renamed modules to unicornengine * renamed Module Unicorn to UnicornEngine and the gem unicorn-engine to unicornengine * unicornengine -> unicorn_engine
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
46ae3a042e
commit
13007eb12a
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env ruby
|
||||
require 'unicorn'
|
||||
require 'unicorn/x86_const'
|
||||
require 'unicorn_engine'
|
||||
require 'unicorn_engine/x86_const'
|
||||
require 'weakref'
|
||||
|
||||
include Unicorn
|
||||
include UnicornEngine
|
||||
|
||||
X86_CODE32 = "\x41" # INC ecx; DEC edx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user