-
Notifications
You must be signed in to change notification settings - Fork 56
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
Dissassembly does not work #5
Comments
Have you been able to solve this problem? |
Nope. |
Hello @geetam, have you stripped the bzip2? it seems the |
@computereasy Here is the output from running file on md5. However it seems I'm getting a different error I get the following : Maybe you can help me... A quick aside I am working on a project with Ameoba, is there an email I can use to ping you? |
@dreyes15 Have you tried our provided samples and make sure that works? |
@computereasy Do you mean the core utils samples or the SPEC samples? |
@dreyes15 coreutils. |
@computereasy I went back in the uroboros repo to find those samples, I was able to find sha512, and base64. |
@dreyes15 David, let me know if you cannot use Uroboros to process coreutils, according to our notes posted here: https://github.com/s3team/uroboros/blob/master/instruction_to_reproduce_experimenttal_results_reported_in_Wang_et_al._2015.md . |
@computereasy negative, I was not able to process Uroboros using the notes provided. Do you have a copy of the coreutil binaries used in the paper, to try those? |
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). Also, when I run tier_test, I get this: |
The binary that I used is bzip2.
Dump on running
rm: cannot remove 'final_data.s': No such file or directory
rm: cannot remove 'useless_func.info': No such file or directory
rm: cannot remove 'main.info': No such file or directory
Traceback (most recent call last):
File "main_discover.py", line 79, in
main_symbol =main_symbol.split('0x')[1]
IndexError: list index out of range
rm: cannot remove 'final.s': No such file or directory
rm: cannot remove 'inline_symbols.txt': No such file or directory
objdump: section '.plt' mentioned in a -j option, but not found in any input file
1: linearly disassemble
func number 1
2: disassembly validates -->
no disassembly error detects
func number 1
3: analysis
user defined func number
0
Fatal error: exception Invalid_argument("String.sub / Bytes.sub")
exception, processing failed
The text was updated successfully, but these errors were encountered: