Patrick Ventuzelo

Results 37 issues of Patrick Ventuzelo

### Environment | Questions | Answers |----------------------|-------------------- | Related Binary | lucetc | Commit | commit 2c2b035415703499c8d1e03ac54c12deb694fe45 ### Vulnerability/Issue Thread 'main' panicked in lucetc/src/module.rs:326 due to undeclared wasm table in...

@robertswiecki has implemented a coverage-based minimizer in honggfuzz recently. https://github.com/google/honggfuzz/issues/195#issuecomment-538805274 It will be awesome to have this feature available over cargo like: `cargo hfuzz cmin ...`

[structural fuzzing] implement arbitrary trait for fuzzing p2p message

dedicated ticket for comment issue #1 When it analysis bytecode like https://etherscan.io/address/0x4Ea7De704bd13D48a2FdB5C81D54dBC50fE49319#code , it will cause an MEMORY ERROR. I wonder how to resolve it. some other contract : https://etherscan.io/address/0x3a2fe50bEAE11814E04f55f9D9F950659E48Eac3#code...

bug
EVM

we just released our Cairo/Starknet disassembler ## Checklist - [x] The URL is not already present in the list (check with CTRL/CMD+F in the raw markdown file). - [x] Each...

Will be nice to have a docker file to simplify testing of ./life binary.

enhancement

Hi, During fuzzing with [jsfuzz](https://github.com/fuzzitdev/jsfuzz), i found the following bug leading to a memory OOM i.e. DoS of nodejs process: Error: ``` sh $ nodejs crash_wasm_parser_OOM.js [21833:0x3ed48c0] 1757 ms: Scavenge...

we should run tests and linters before each merge (in PR)

enhancement

we can find all label by looking at relative jump offset (`JUMP_REL 9`) and relative CALL (`CALL rel 3145`) once done we should have an output like: ``` offset 2458:...

enhancement
disassembler
cfg (control flow graph)

we need to find a way to print the CFG like the disassembly output ideally something like radare2 will be nice ![image](https://user-images.githubusercontent.com/9038181/179356838-fcd65a88-181b-4ae3-a059-5d9708519f5b.png)

enhancement
help wanted
cfg (control flow graph)
Not a priority