Ismael Medeiros

Ismael Medeiros

Senior backend engineer focused on blockchain infrastructure and smart contract security. Currently building high-throughput event pipelines at Blockparty and researching symbolic execution for EVM bytecode. Based in Brasília, Brazil.

Selected work

DogeFuzz2023

Coverage-guided greybox fuzzing for EVM smart contracts via go-ethereum bytecode instrumentation.

A fork of go-ethereum that instruments EVM bytecode at runtime to enable coverage-guided fuzzing. Developed as part of my MS thesis research, it combines symbolic execution hints with AFL-style feedback to discover deep execution paths in complex contracts. Achieved 2.3x higher branch coverage compared to existing tools on DeFi protocol test suites.

Stack: Go, EVM, Fuzzing, go-ethereum
Links:repopaper

Symbolic execution optimization2023

State merging techniques to mitigate path explosion in EVM symbolic execution.

Research implementation of partial state merging for EVM symbolic execution using Z3 SMT solver. Explores lazy merging strategies that defer merge points until loop boundaries, reducing solver queries by ~40% on average. Integrated with Mythril as a plugin to enable faster analysis of complex DeFi contracts with nested conditionals.

Stack: Python, Z3, Symbolic Execution, Mythril
Links:repopost

Blockparty event pipeline2023–present

High-throughput blockchain event indexing pipeline for OpenSearch.

Real-time event indexing system built at Blockparty to handle 30,000+ events/second from Ethereum and Polygon nodes. Uses a custom batching layer with backpressure control to optimize bulk indexing to OpenSearch, currently managing 4B+ documents across 50+ indices. Reduced indexing latency from 12s to sub-second p99 through tuning refresh intervals and replica sharding strategy.

Stack: TypeScript, Node.js, OpenSearch, Kafka, Docker
Links:repo

CrossDriftDetector2022

Static analysis tool for detecting cross-contract state inconsistency vulnerabilities.

Built during research collaboration with Olympix to identify cross-contract reentrancy and state drift bugs in Solidity codebases. Uses dataflow analysis on Slither IR to track external calls and state reads/writes across contract boundaries. Discovered 3 previously unknown vulnerabilities in audited DeFi protocols with combined TVL of $120M+.

Stack: Python, Slither, Solidity, Static Analysis
Links:repopaper

Writing & research

Experience

Blockparty Senior Full Stack Engineer
2023–present

Building high-throughput event indexing pipeline for blockchain data; 30k+ events/sec at 4B+ document scale.

NFTNode Backend Engineer
2022–2023

NFT marketplace infrastructure and API design for multi-chain support.

Smart Escritura Engineer
2021–2022

Document management platform with digital signature integration.

Mach10 Engineer
2020–2021

Distributed systems and API development for fintech applications.

Education

Open source

Coverage-guided fuzzing for EVM smart contracts
State merging optimization for symbolic execution
Static analysis for cross-contract vulnerabilities
Security patterns and anti-patterns for Solidity

Contact

The best way to reach me is by email at hello@ismaelm.dev. I'm also on GitHub as medisco and ENS as ismael.eth.

LinkedIn

↑ Top