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

Using mona with x64dbg #46

Open
Rourke101 opened this issue Mar 18, 2020 · 1 comment
Open

Using mona with x64dbg #46

Rourke101 opened this issue Mar 18, 2020 · 1 comment

Comments

@Rourke101
Copy link

Rourke101 commented Mar 18, 2020

I am trying to use mona with x64dbg. I installed the files as instructed.

[PYTHON] Found valid PythonHome in the plugin settings!
[PYTHON] PythonHome: "c:\Program Files\Python\Python27\"
C:\x64dbg\release\x32\plugins\x64dbgpy
[PYTHON] Could not import x64dbgpy.
[PLUGIN] x64dbgpy v1 Loaded!
...
[PYTHON] Executing autorun file: "clean_mona.py".
[PYTHON] Exception...

If I try to capture the exception via:

import sys
try:

	if 'mona' in sys.modules:
	    reload(mona)
	    reload(mona.dbglib)
	    reload(mona.dbglib.pykd)
	else:
	    import mona

except Exception as e: print(e)

I get:

...
[PYTHON] Executing autorun file: "clean_mona.py".
[PYTHON] Execution is done!
...

The mona.mona("help") command doesn't work, as expected.
I can see the x64dbgpy option in the menu, but I am not sure why this failed "Could not import x64dbgpy". Does x64dbg need different installations of Python for 32 and 64 bits?

NOTE: On the 64-bit version I get a:

Loading plugins...
[PLUGIN] Failed to load plugin: x64dbgpy.dp64
@therealdreg
Copy link
Member

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