qira and windows binaries
ulexec opened this issue · 6 comments
Is there any way to make qira run with windows binaries?. when i try it, it just sets the server but nothing really happens. Is there anything im missing?.
Regards
can someone give me any examples on how to use --pin in qira in order to debug windows binaries?
In windows it works natively, for *nix use wine. I didn't tried pin on linux
On Saturday, June 11, 2016, n4x notifications@github.com wrote:
can someone give me any examples on how to use --pin in qira in order to
degub windows binaries?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#179 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ABg9mGNv78rrO4eO5PICaiSa4Fw4pWphks5qKyfrgaJpZM4Izo0l
.
Merruk Technology, SARL.
0 (5) 26 96 59 08
www.merruk.com
How does qira debug windows applications natively, because for the release of qira that i have it does not work. Ive installed qira with the install.bat, and still says loader error: Non-Elf binary.
\qira\middleware\qira_webserver.py:41: ExtDeprecationWarning: Importing flask.ext.socketio is deprecated, use flask_socketio instead.
from flask.ext.socketio import SocketIO, emit
*** program is C:\Usersqira\stack1 with hash 81d1adbda5c66b08eb76d3c1a43960f529337028
Traceback (most recent call last):
File "middleware/qira.py", line 83, in
program = qira_program.Program(args.binary, args.args, qemu_args)
File "C:\Users\qira\middleware\qira_program.py", line 56, in init
self.static = static2.Static(self.program)
File "C:\qira/static2\static2.py", line 108, in init
loader.load_binary(self)
File "C:\qira\static2\builtin\loader.py", line 84, in load_binary
for nsym, symbol in enumerate(section.iter_symbols()):
File "C:\Python27\lib\site-packages\elftools\elf\sections.py", line 124, in iter_symbols
yield self.get_symbol(i)
File "C:\Python27\lib\site-packages\elftools\elf\sections.py", line 101, in get_symbol
stream_pos=entry_offset)
File "C:\Python27\lib\site-packages\elftools\common\utils.py", line 34, in struct_parse
raise ELFParseError(str(e))
elftools.common.exceptions.ELFParseError: expected 4, found 0
why ,don't run
I can't find the install.bat file.