Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during parsing ABI definintion in decompiling #25

Open
tcimoli opened this issue Aug 28, 2017 · 0 comments
Open

Error during parsing ABI definintion in decompiling #25

tcimoli opened this issue Aug 28, 2017 · 0 comments

Comments

@tcimoli
Copy link

tcimoli commented Aug 28, 2017

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

I am attaching files.
output.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant