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

exceptions testing any binary #6

Open
roninteger opened this issue Jan 18, 2017 · 1 comment
Open

exceptions testing any binary #6

roninteger opened this issue Jan 18, 2017 · 1 comment
Assignees

Comments

@roninteger
Copy link

Hello Montyly,

I've been testing gueb using your public VM and installed everything on a new one. Seems to work everything, IDA 6.9 with Binnavi 6.1 (latest) and binexport 6 (latest). Using your example seems to be working fine, but gui.py fails with any binary. For example /bin/echo, from ubuntu 32-bit build.

Unknown mnemonic: ud2
Unknown mnemonic: ud2
sub_10F63
Exception in thread "AWT-EventQueue-0" at com.google.security.zynamics.binnavi.API.disassembly.Function.getReilCode(Function.java:337)
at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)

com.google.security.zynamics.binnavi.API.reil.InternalTranslationException: com.google.security.zynamics.binnavi.API.reil.InternalTranslationException: com.google.security.zynamics.reil.translators.InternalTranslationException: Error: The operands of SBB instructions must have equal size

I don't know if you're familiar with this exception. I'm using Binnavi 6.1 release binnavi-all.jar.

Thank you

@montyly montyly self-assigned this Jan 23, 2017
@montyly
Copy link
Owner

montyly commented Jan 23, 2017

Hi,
Thanks for your interest in GUEB.

Could you try with the last github version of binnavi?
Also, did you try with a simple (and small) "hello world" example?

I just tried on my machine (IDA 6.8, last github version of binnavi), /bin/echo from an Ubuntu 32 bits is working.

Notice that the version of GUEB in the public VM is quite old, I would recommend to do a " cd /home/gueb/Desktop/gueb && git pull && cd src && make"

Best,

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

2 participants