You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have tried to replicate the example you give here:
I have created two files with the abi and bin files you give as example.
I have created a script decompile.sh which initialize abi and bin variable with the content of the aforecreated files and which launches the porosity command to decompile the bin file
I run the script decompile.sh
Result: it gives the following error:
Attempting to parse ABI definition...
terminate called after throwing an instance of 'std::invalid_argument'
what(): parse error - unexpected '"'
./decompile.sh: line 14: 14890 Aborted (core dumped) ../porosity --code $bin --abi $abi --list --verbose 0
Hi
I have tried to replicate the example you give here:
abi
andbin
files you give as example.decompile.sh
which initialize abi and bin variable with the content of the aforecreated files and which launches the porosity command to decompile the bin filedecompile.sh
Result: it gives the following error:
I am attaching files.
output.zip
The text was updated successfully, but these errors were encountered: