-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
```
What steps will reproduce the problem?
from miasm.arch.ia32_arch import x86_mn
from miasm.core import parse_asm
from miasm.core import asmbloc
from elfesteem.pe_init import PE
e=PE()
s_text= e.S…
-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
JIT seems to be less aggressive in inlining with IL generated for calling `DynamicMethod` from another `DynamicMethod`. Not sure if it is expected/desirable behaviour and whether it can be easily fixe…
-
## Context
We want to be progressive with what the interpreter can execute. Luckily for us, EVM bytecode is split between different opcodes, we can then have a incremental support of these opcodes.…
-
## Problem overview
The FuelVM has many rules regarding transaction validity and requirements for using specific opcodes. Each opcode that touches the contract requires this contract's existence in…
-
## Feature:
Highlight certain opcodes (especially jump instructions) in different colors for better reading & understanding of the bytecode.
##
### Implementation:
Maybe a menu or list where all…
-
We should decide on a standardized README format for our modules. Here's a short-list of components to include:
- [ ] Quick Use Demo/Example
- [ ] Device Functionality
* a short description/list…