Open tagomaru opened 6 years ago
When solc output is like below, oyente recoginizes it is library.
// example ======= /root/work/tagomaru/truffle_project/MetaCoin/node_modules/zeppelin-solidity/contracts/ownership/Ownable.sol:Ownable ======= Binary: 6080604052348015610...
In this case, libs in liine 118 is '[u'project/MetaCoin/node']'.
Then, incorrectly steps into _link_libraries func and fails...
I added temporary variable 'noinfo_out ' which has no contract file info for re.findall.
All committers have signed the CLA.
When solc output is like below, oyente recoginizes it is library.
// example ======= /root/work/tagomaru/truffle_project/MetaCoin/node_modules/zeppelin-solidity/contracts/ownership/Ownable.sol:Ownable ======= Binary: 6080604052348015610...
In this case, libs in liine 118 is '[u'project/MetaCoin/node']'.
Then, incorrectly steps into _link_libraries func and fails...
I added temporary variable 'noinfo_out ' which has no contract file info for re.findall.