Remove AFL Integration by reverting
This commit is contained in:
@@ -8,4 +8,4 @@ install: gen_const
|
||||
cd unicorn_gem && gem install --local pkg/unicorn-engine-1.0.1.gem
|
||||
|
||||
gen_const:
|
||||
cd .. && python3 const_generator.py ruby
|
||||
cd .. && python const_generator.py ruby
|
||||
|
||||
@@ -23,7 +23,6 @@ module UnicornEngine
|
||||
|
||||
UC_MODE_LITTLE_ENDIAN = 0
|
||||
UC_MODE_BIG_ENDIAN = 1073741824
|
||||
UC_MODE_AFL = 536870912
|
||||
|
||||
UC_MODE_ARM = 0
|
||||
UC_MODE_THUMB = 16
|
||||
@@ -71,10 +70,6 @@ module UnicornEngine
|
||||
UC_ERR_HOOK_EXIST = 19
|
||||
UC_ERR_RESOURCE = 20
|
||||
UC_ERR_EXCEPTION = 21
|
||||
UC_ERR_AFL_RET_ERROR = 22
|
||||
UC_ERR_AFL_RET_NO_AFL = 23
|
||||
UC_ERR_AFL_RET_CALLED_TWICE = 24
|
||||
UC_ERR_AFL_RET_FINISHED = 25
|
||||
UC_MEM_READ = 16
|
||||
UC_MEM_WRITE = 17
|
||||
UC_MEM_FETCH = 18
|
||||
|
||||
Reference in New Issue
Block a user