Wasin
Wasin
There are two changes in the commit 1. Use `require()` and `assert()` instead of `throw` for condition checking - use require() and assert() instead of `throw`. These two function will...
Add tools for reverse engineering and static analysis with Unity based applications. * [DevXUnityUnpacker](http://devxdevelopment.com/UnityUnpacker) - A tool for unpacking resources in Unity based application. * [unity_metadata_loader](https://github.com/nevermoe/unity_metadata_loader) - A tool for...
There are two changes in the commit 1. Use `require()` and `assert()` instead of `throw` for condition checking - Since the solidity version from 0.4.10 onwards supports `require()` and `assert()`....