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

Problem when run with multiple libs #15

Closed
Marsman1996 opened this issue Jun 11, 2018 · 1 comment
Closed

Problem when run with multiple libs #15

Marsman1996 opened this issue Jun 11, 2018 · 1 comment

Comments

@Marsman1996
Copy link

Hi,
I met a problem when run with multiple libs. I follow wikiHOWTO.md, use command
python runfuzzer.py -s "~/libxml2/bin/xmllint --noout --valid %s" -i "input" -w "../wn/xmllint.pkl,../wn/libc.pkl" -n "../wn/xmllint.names,../wn/libc.names" -l 2 -o "0x0,0x0" -b "libc"
teminal shows

load address changed..run again!

but there is only Main func in the imageOffset.txt
So I add a code in runfuzzer.py print(hex(liboffsetcur)) before gau.die("load address changed..run again!")
terminal shows

0xb6553000L

but when I change the command to python runfuzzer.py -s "~/libxml2/bin/xmllint --noout --valid %s" -i "input" -w "../wn/xmllint.pkl,../wn/libxml2.pkl" -n "../wn/xmllint.names,../wn/libxml2.names" -l 2 -o "0x0,0x0" -b "libxml2" to grab the addr of libxml2
terminal shows the same addr as above

thanks for reply

@Marsman1996
Copy link
Author

Sorry, I download the newest code and reinstall it , everything works fine now

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