Giter VIP home page Giter VIP logo

Comments (6)

Oshawk avatar Oshawk commented on August 27, 2024

lddw is also incorrectly represented. It only takes one imm, not two.

from rbpf.

dmakarov avatar dmakarov commented on August 27, 2024

I forgot rbpf has its own disassembler. Thanks for reporting these errors.

from rbpf.

dmakarov avatar dmakarov commented on August 27, 2024

lddw is also incorrectly represented. It only takes one imm, not two.

I don't see two immediate operands in disassembler output.

from rbpf.

Oshawk avatar Oshawk commented on August 27, 2024

I mean lddw is the only 16-byte instruction. It takes the imm from two consecutive 8-bytes (see https://github.com/solana-labs/rbpf/blob/main/src/ebpf.rs#L554). The disassembly only takes one imm.

from rbpf.

dmakarov avatar dmakarov commented on August 27, 2024

I mean lddw is the only 16-byte instruction. It takes the imm from two consecutive 8-bytes (see https://github.com/solana-labs/rbpf/blob/main/src/ebpf.rs#L554). The disassembly only takes one imm.

yes, it's a 64-bit immediate value, and it is decoded from the 128-bits of the instruction code. There are no two immediates. Not all bits of the 128-bit instruction code are used. Can you give an example of code that was disassembled incorrectly?

from rbpf.

Oshawk avatar Oshawk commented on August 27, 2024

Wait. Sorry, I'm stupid. I didn't realise that augment_lddw_unchecked had been applied prior to disassemble_instruction. I think it disassembles correctly.

from rbpf.

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.