AMIR ALI
AMIR ALI
# I have checked the following - [ ] The `souffle` binary is available, output when running `souffle`: ============================================================================ souffle -- A datalog engine. Usage: souffle [OPTION] FILE. ---------------------------------------------------------------------------- Options:...
I want to fuzz my project (developed under rust), but when I run this command `cargo hfuzz run myProject`. it show following error. error: linking with `cc` failed: exit code:...
My environment is as below; rustc --version rustc 1.37.0-nightly (de7c4e423 2019-06-23) cargo --version cargo 1.37.0-nightly (807429e1b 2019-06-11) WSL : Ubuntu 18.04.2 LTS When I run `cargo afl build `, received...
I am running Ubuntu 16.04 LTS ; I have proceed as follow; mkdir Development cd Development git clone https://github.com/wireshark/wireshark.git mkdir build cmake ../wireshark then received following msg We are not...
Hi, I am trying to run your code and want to detect Ponz Smart Contracts. Could you help to start this experiment? I have done the following steps; 1. git...
I have read your paper , it was nice research efforts. However, I just want to know about the detection of the Ponzi smart contract. You said in your paper...