-
Notifications
You must be signed in to change notification settings - Fork 111
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
Comments
Hi!
64 bits are supported, so there must be something else wrong. Make sure
you’re running it from an admin account and Python is also 64 bits.
Hope that helps!
On Fri, 27 Jul 2018 at 06:54, Debasish Mandal ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN6UzZr9uUG1MKXey_KhA_ZSX3iLywUks5uKpz9gaJpZM4Vi6U_>
.
--
“There's a reason we separate military and the police: one fights the enemy
of the state, the other serves and protects the people. When the military
becomes both, then the enemies of the state tend to become the people.”
|
Thanks! Will check and get back! |
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
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.
The text was updated successfully, but these errors were encountered: