Karthikeyan Subramaniamtechiekarthik.hashnode.dev·Jan 19, 2023CMU BombLab WalkthroughIntroduction CMU Bomblab is a Reverse Engineering challenge. Students are provided with Binary which has six phases(six challenges to solve). BombLab provides the main() code of the Binary. Let us take a look at the main function below int main(int a...7.4K readsreverse engineering
Rohan Gayenadmiralrohan.hashnode.dev·Oct 12, 2022Solidity interface: Explained through Javascript lensIntroduction using javascript Interfaces are important building blocks in the smart contract world to make it composable (combining multiple smart contracts to implement complex logic). Lets me explain the idea through analogies from Javascript world...76 readsSolidity