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

Debug 64 bit process #42

Closed
debasishm89 opened this issue Jul 27, 2018 · 3 comments
Closed

Debug 64 bit process #42

debasishm89 opened this issue Jul 27, 2018 · 3 comments

Comments

@debasishm89
Copy link

Hey!

Just wanted to ask if we can debug 64 bit process using winappdbg?

Traceback (most recent call last): File "main.py", line 161, in <module> start() File "main.py", line 158, in start proc = debug.execv( [r"C:\Users\aaaa\Desktop\wscript.exe",file.js] ) File "c:\python27\lib\site-packages\winappdbg\debug.py", line 356, in execv return self.execl(lpCmdLine, **kwargs) File "c:\python27\lib\site-packages\winappdbg\debug.py", line 499, in execl aProcess = self.system.start_process(lpCmdLine, **kwargs) File "c:\python27\lib\site-packages\winappdbg\process.py", line 4189, in start_process lpStartupInfo = lpStartupInfo) File "c:\python27\lib\site-packages\winappdbg\win32\defines.py", line 279, in __call__ return fn(*argv, **argd) File "c:\python27\lib\site-packages\winappdbg\win32\kernel32.py", line 3848, in CreateProcessA _CreateProcessA(lpApplicationName, lpCommandLine, lpProcessAttributes, lpThreadAttributes, bool(bInheritHandles), dwCreationFlags, lpEnvironment, lpCurrentDirectory, byref(lpStartupInfo), byref(lpProcessInformation)) File "c:\python27\lib\site-packages\winappdbg\win32\defines.py", line 156, in RaiseIfZero raise ctypes.WinError() WindowsError: [Error 50] The request is not supported.

@MarioVilas
Copy link
Owner

MarioVilas commented Jul 27, 2018 via email

@debasishm89
Copy link
Author

Thanks! Will check and get back!

@debasishm89
Copy link
Author

MY python version was not 64 bit. Hence it was causing 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