SlowMist·Mar 21, 2025Intro to Smart Contract Security Auditing — Deploying Different Contracts to the Same AddressThis article explains the attack techniques using the CREATE and CREATE2 opcodes and their corresponding defense strategies.
SlowMist·Jul 19, 2023Intro to Smart Contract Security Audit — Signature ReplayA classic vulnerability in smart contracts.
SlowMist·Sep 15, 2023Intro to Smart Contract Security Auditing: Comprehensive Guide to Contract Size ChecksBackground Overview
SlowMist·Jan 20, 2023Intro to Smart Contract Security Audit: DOSDenial of service (DoS) is a problem in smart contract security that is similar to traditional network security.
SlowMist·Dec 5, 2022Intro to Smart Contract Audit Series: Phishing With tx.orginBackgroundA response icon3A response icon3
SlowMist·Jan 19, 2023Intro to Smart Contract Security Audit: Identifying Hidden Malicious CodeHow to identify malicious code hidden in smart contracts?A response icon1A response icon1
SlowMist·May 13, 2023Introduction to Smart Contract Security Auditing — Front-RunningBackground OverviewA response icon1A response icon1
SlowMist·Dec 29, 2021Introduction to Smart Contract Vulnerabilities: Reentrancy AttackIntroduction to Smart Contract Vulnerabilities: Reentrancy Attack
SlowMist·Dec 29, 2021Intro to Smart Contract Vulnerabilities: OverflowWe will learn how to prevent overflow vulnerabilities and quickly spot them from the perspective of developers and auditors.
SlowMist·Jan 2, 2022Intro to Smart contract exploits: Selfdestruct functionThis week we will be talking about the Selfdestruct function in Solidity.A response icon1A response icon1
SlowMist·Mar 29, 2022Intro to Smart Contract Security Audits| Accessing Private DataLearning series.A response icon1A response icon1
SlowMist·May 30, 2022c | Delegatecall (I)Introduction to Smart Contract SecurityA response icon1A response icon1
SlowMist·Jul 4, 2022Introduction to Smart Contract Security | Delegatecall (2)Introduction to Smart Contract Security
SlowMist·Jul 19, 2022Introduction to Smart Contract Security | RandomnessIntroduction to Smart Contract Security Audits.