x64dbg / x64dbgpy

Automating x64dbg using Python, Snapshots:
https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
MIT License
1.47k stars 70 forks source link

Cannot use the "recent" version. ImportError #30

Closed Th4nat0s closed 5 years ago

Th4nat0s commented 5 years ago

Hello, I use the python integration since while now and I had upgraded to the last one provided by I cant use it anymore...

from _x64dbg import *
ImportError: No module named _x64dbg

Did the import syntax changed ? If I revert the plugin folder to the old one , it works well. Both where fetched here https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts

The NOT working one from https://github.com/x64dbg/x64dbgpy/tree/v25 4b1c14f36d14c15417885c76273212e3 compiled Tue Jul 10 22:47:15 2018

The working one 32d566001c71295ed0609691ca26dd86 compiled Tue Apr 4 02:33:28 2017

Th4nat0s commented 5 years ago

Quite boring theses stupid hack :) ... @katoon123 Unsuscribe ! :) ...

Anyway... It is not related to the x64dbgpy.dp32 file. I still dig into... I could swap this file without any issue.

SabedMako commented 5 years ago

De quoi vous voulez dire?

Le 20 oct. 2018 2:39 PM, Thanat0s notifications@github.com a écrit :

Quite boring theses stupid hack :) ... @katoon123https://github.com/katoon123 Unsuscribe ! :) ...

Anyway... It is not related to the x64dbgpy.dp32 file. I still dig into...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/x64dbg/x64dbgpy/issues/30#issuecomment-431576458, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARRwUC5LHfjtPDrN7xCAvsX_Zfc6H0Jiks5umxlkgaJpZM4Xx5bZ.

Th4nat0s commented 5 years ago

Ok after a small dichotomous game, the problem is related to two files.

in \x32\plugins\x64dbgpy\x64dbgpy\pluginsdk with x64dbg.py and _x64dbg.pyd

working one (_x64dbg.pyd) compiled Tue Apr 4 02:33:47 2017 1916db42c3489d17b383fbe1712a2e57

Th4nat0s commented 5 years ago

Ok seems that now i should do import by using x64dbgpy and not _x64dbg

Th4nat0s commented 5 years ago

Some changes so...

from x64dbgpy.pluginsdk import * x64dbg.DbgCmdExecDirect("mycommand")

Dagobert- commented 5 years ago

What up cuh's?

On Sat, Oct 20, 2018, 05:25 Thanat0s notifications@github.com wrote:

Hello, I use the python integration since while now and I had upgraded to the last one provided by I cant use it anymore...

from _x64dbg import * ImportError: No module named _x64dbg

Did the import syntax changed ? If I revert the plugin folder to the old one , it works well. Both where fetched here https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts

The NOT working one from https://github.com/x64dbg/x64dbgpy/tree/v25 4b1c14f36d14c15417885c76273212e3 compiled Tue Jul 10 22:47:15 2018

The working one 32d566001c71295ed0609691ca26dd86 compiled Tue Apr 4 02:33:28 2017

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x64dbg/x64dbgpy/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AJGpfMwl-GDejyc-q8VhtgQPO26Hh9Eaks5umxZTgaJpZM4Xx5bZ .

SabedMako commented 5 years ago

Ça va je te remercie, et toi?

Télécharger Outlook pour Androidhttps://aka.ms/ghei36


From: Dagobert- notifications@github.com Sent: Saturday, October 20, 2018 9:59:53 PM To: x64dbg/x64dbgpy Cc: SabedMako; Comment Subject: Re: [x64dbg/x64dbgpy] Cannot use the "recent" version. ImportError (#30)

What up cuh's?

On Sat, Oct 20, 2018, 05:25 Thanat0s notifications@github.com wrote:

Hello, I use the python integration since while now and I had upgraded to the last one provided by I cant use it anymore...

from _x64dbg import * ImportError: No module named _x64dbg

Did the import syntax changed ? If I revert the plugin folder to the old one , it works well. Both where fetched here https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts

The NOT working one from https://github.com/x64dbg/x64dbgpy/tree/v25 4b1c14f36d14c15417885c76273212e3 compiled Tue Jul 10 22:47:15 2018

The working one 32d566001c71295ed0609691ca26dd86 compiled Tue Apr 4 02:33:28 2017

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x64dbg/x64dbgpy/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AJGpfMwl-GDejyc-q8VhtgQPO26Hh9Eaks5umxZTgaJpZM4Xx5bZ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/x64dbg/x64dbgpy/issues/30#issuecomment-431613435, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARRwUDq6d0crRLCVgGCsM68bryknLUt1ks5um4C5gaJpZM4Xx5bZ.