Deivitto / auditor-docker

https://hackmd.io/7zriwLB0SD6-3AUDv3pBBg?view
GNU General Public License v3.0
123 stars 11 forks source link

Add support for pyrometer #38

Closed Deivitto closed 1 year ago

Deivitto commented 1 year ago

pyrometer even if it's in beta, it's getting more common as tool.

Pyrometer is a mix of symbolic execution, abstract interpretation, and static analysis - we take ideas from each and apply them with an engineering first mindset to create an effective tool (and avoid nerdsnipes by academic papers) aiming to help both auditors and developers.

Pyrometer may eventually be language agnostic, but for now it is targeting Solidity. The code isn't currently entirely structured for multi-language support, but it has some of the bones to be able to support other EVM-targeting languages.

https://github.com/nascentxyz/pyrometer

Deivitto commented 1 year ago

https://github.com/Deivitto/auditor-docker/pull/40