s3team / uroboros

Infrastructure for Reassembleable Disassembling and Transformation
187 stars 56 forks source link

Does it actually work with 64-bit elf? #8

Open nadiakarichev opened 5 years ago

nadiakarichev commented 5 years ago

Cannot get work Uroboros with 64-bit elfs. It works only if the number of iterations is 1. If it is more than one, I get segmentation fault (core dump). Anyone was able to get it work with 64?

Also, when I run tier_test, I get this: "rm: cannot remove useless_func.info': No such file or directory rm: cannot removeinline_symbols.txt': No such file or directory" Even for 32-bit. Everything else looks fine

Originally posted by @nadiakarichev in https://github.com/s3team/uroboros/issues/5#issuecomment-507828171