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

die_proxy.py: DLL load failed: %1 is not a valid Win32 application #26

Open
NimdaKey opened this issue Feb 2, 2016 · 3 comments
Open

Comments

@NimdaKey
Copy link

NimdaKey commented Feb 2, 2016

I'm using 64-bit Python, but throws the error as follows:

Traceback (most recent call last):
File "D:\tools\IDAPro6.8\python\idaapi.py", line 601, in IDAPython_ExecScript
execfile(script, g)
File "D:/tools/IDAPro6.8/plugins/die_proxy.py", line 13, in
plugin = imp.load_source(name, plugin_path)
File "D:\tools\IDAPro6.8\DIE\DIE.py", line 7, in
import logging.handlers as handlers
File "C:\Python27\Lib\logging\handlers.py", line 26, in
import errno, logging, socket, os, cPickle, struct, time, re
File "C:\Python27\Lib\socket.py", line 47, in
import _socket
ImportError: DLL load failed: %1 is not a valid Win32 application

@tmr232
Copy link
Collaborator

tmr232 commented Feb 2, 2016

IDA is a 32-bit process. You have to use 32-bit Python with it.

@NimdaKey
Copy link
Author

NimdaKey commented Feb 3, 2016

ooooh, thanks.that is bad news!

@tmr232
Copy link
Collaborator

tmr232 commented Feb 3, 2016

Did installing 32-bit Python solve it for you?
If it did, I'd like to close the issue.

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