Skip to content

I am using capstone-3.0.4 on ubuntu 18.04. After installing all the required tools needed for running multiverse, I got the following message during disassembly. #7

Description

@adhavsureshkumar

./multiverse.py --execonly --arch x86-64 simplest64 Found .text Writing ONLY main binary, without support for rewritten .so files Base address: 0x0 Generating mapping... Starting disassembly... Disassembly 0% complete... Traceback (most recent call last): File "./multiverse.py", line 317, in <module> rewriter.rewrite(args.filename,args.arch) File "./multiverse.py", line 191, in rewrite mapping = mapper.gen_mapping() File "/home/adhav/Downloads/multiverse-master/brute_force_mapper.py", line 53, in gen_mapping newins = self.translator.translate_one(ins,None) #In this pass, the mapping is incomplete File "/home/adhav/Downloads/multiverse-master/x64_translator.py", line 144, in translate_one code = asm( '%s %s' % (ins.mnemonic, self.replace_rip(ins,mapping,len(ins.bytes) ) ) ) File "/home/adhav/Downloads/multiverse-master/x64_translator.py", line 84, in replace_rip disp_size = ins._detail.arch.x86.encoding.disp_size File "/usr/local/lib/python2.7/dist-packages/capstone/__init__.py", line 675, in __getattr__ raise AttributeError(name) AttributeError: _detail

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions