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,10 +1,10 @@
|
||||
#!/usr/bin/env ruby
|
||||
# Sample code for ARM64 of Unicorn. Nguyen Anh Quynh <aquynh@gmail.com>
|
||||
# Ruby sample ported by Sascha Schirra <sashs82@gmail.com>
|
||||
require 'unicorn'
|
||||
require 'unicorn/arm64_const'
|
||||
require 'unicorn_engine'
|
||||
require 'unicorn_engine/arm64_const'
|
||||
|
||||
include Unicorn
|
||||
include UnicornEngine
|
||||
|
||||
# code to be emulated
|
||||
ARM64_CODE = "\xab\x01\x0f\x8b" #add x11, x13, x15
|
||||
|
||||
Reference in New Issue
Block a user