-
Spring Framework currently shades ASM for several features:
1. bytecode generation with cglib
2. reading class metadata from bytecode
Our usage of ASM is not a problem these days and we tend to a…
-
I'm having some issues decompiling a bytecode file, if anyone could have a look into why this happens :-)
```
[11:08:43 DBG] Reading 22 strings from the string table
[11:08:43 DBG] Reading 4 func…
-
### What happened?
Version: 1.3.0
Scenario: Trying to extract class, method and field-level details from a JAR file
Expected: Get relevant details (worked for most other JARs).
observed: Crash whe…
-
### Please update gptel first -- errors are often fixed by the time they're reported.
- [X] I have updated gptel to the latest commit and tested that the issue still exists
### Bug Description
M-x …
-
Currently, most of our sample inputs are single files. Even for those that are multiple files, we expect for tools to compile them all together. This means (if I understand correctly) that tools exerc…
-
In an effort to optimize step consumption when executing transactions, we can run analysis on bytecode upon deployment of a contract and save all valid jumpdests indexes in a contract's storage.
Wh…
-
### Component
Forge
### Describe the feature you would like
It is currently impossible to read private immutable variables in Foundry because of how they work.
Immutables are, similarly to constan…
-
Builds on #810
Given an address on the ethereum chain, we should be able to get the bytecode loaded there (or no bytecode).
Method like `getContractAtAddress()`
- [ ] Expose reading the byte…
-
I running a ethereum-etl for get data from my private block chain running on geth. but it detect fail type of contract.
After reading code I saw that eth_contract_service only read functions sigha…
-
after `M-x dap-debug` is called on `launch.json` file below, I get following error:
```
error in process sentinel: dap--buffers-w-breakpoints: Wrong type argument: markerp, nil
error in process s…