Code Monkey home page Code Monkey logo

Comments (3)

teknogeek avatar teknogeek commented on July 24, 2024

So this seems to be happening even on the example binaries. I followed the exact process that the asciinema showed (but inside of a fresh virtual env) and I still got this error.

(manticore) root@kali:~/Documents/manticore/examples/linux# manticore basic
2017-03-12 10:45:58,353: [28037] MAIN:INFO: Loading program: ['basic']
2017-03-12 10:45:58,354: [28037] MAIN:INFO: Workspace: ./mcore_T9sCzu
2017-03-12 10:45:59,398: [28087] CPU:INFO: CPUID with EAX=d not implemented @ 401085
2017-03-12 10:45:59,400: [28087] EXECUTOR:ERROR: THIS SHOULD NOT REACHABLE! Exception in user code: CPUID with EAX=d not implemented @ 401085
Traceback (most recent call last):
  File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/executor.py", line 877, in run
    if not current_state.execute():
  File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/executor.py", line 157, in execute
    result = self.model.execute()
  File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/models/linux.py", line 1642, in execute
    self.current.execute()
  File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/cpu/abstractcpu.py", line 376, in execute
    implementation(*instruction.operands)
  File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/cpu/abstractcpu.py", line 610, in new_method
    return old_method(cpu,*args,**kw_args)
  File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/cpu/x86.py", line 902, in CPUID
    raise NotImplementedError(errormsg)
NotImplementedError: CPUID with EAX=d not implemented @ 401085

2017-03-12 10:45:59,400: [28087] EXECUTOR:ERROR: Traceback (most recent call last):
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:   File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/executor.py", line 877, in run
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:     if not current_state.execute():
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:   File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/executor.py", line 157, in execute
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:     result = self.model.execute()
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:   File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/models/linux.py", line 1642, in execute
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:     self.current.execute()
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:   File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/cpu/abstractcpu.py", line 376, in execute
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:     implementation(*instruction.operands)
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:   File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/cpu/abstractcpu.py", line 610, in new_method
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:     return old_method(cpu,*args,**kw_args)
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:   File "/root/.envs/manticore/local/lib/python2.7/site-packages/manticore/core/cpu/x86.py", line 902, in CPUID
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR:     raise NotImplementedError(errormsg)
2017-03-12 10:45:59,401: [28087] EXECUTOR:ERROR: NotImplementedError: CPUID with EAX=d not implemented @ 401085

from manticore.

teknogeek avatar teknogeek commented on July 24, 2024

I should also note that this is inside of a kali linux virtual machine

from manticore.

offlinemark avatar offlinemark commented on July 24, 2024

This should now be addressed by #67

from manticore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.