hugsy / cemu

Cheap EMUlator: lightweight multi-architecture assembly playground
MIT License
945 stars 101 forks source link

Missing mem_unmap function in python 2.7 (32bit) #11

Closed computerline1z closed 8 years ago

computerline1z commented 8 years ago

I see the function mem_unmap is missing from http://www.unicorn-engine.org/download/ setup package, does any way to replace it, or must build with the newest repo ?

https://github.com/hugsy/cemu/blob/master/cemu/emulator.py#L226

hugsy commented 8 years ago

That's an issue related to unicorn not cemu. Try again with the latest version of unicorn, if you have an issue drop them an issue.

Thanks

computerline1z commented 8 years ago

Thanks you :) Seem must rebuild unicorn. Thanks for great app !

hugsy commented 8 years ago

Glad you liked !

Closing the issue.