Antonio de la Piedra
Antonio de la Piedra
Hello, I wonder what is the status of this issue. I've built a Ghidra module for disassembling EVM bytecode and creating the CFG via evm_cfg_builder in https://github.com/adelapie/ghidra-evm. It would be...
Hello, using evm_cfg_builder with https://github.com/trailofbits/evm_cfg_builder/files/2435010/LNOToken.evm.txt at the CODECOPY parameter position indeed finds the methods of the smart contract, however I think I've found an issue (or a limitation) in how...
I also have the same problem. It seems mkdocstrings cannot handle multi-file / multi-module projects?
I'm using the last version Version: 0.22.0 To reproduce just create a multi module project in python and try to import docstrings via e.g. ::: module1.test, it doesn't matter what...
Indeed I built the module for Ghidra 9.1.2. I think it should be possible to compile to 9.2.2 however I did not tested it yet.