Seite 1 von 1

pydbg unter Win 10

Verfasst: Dienstag 20. April 2021, 09:05
von tomycat
hallo,
ich will unter Windows 10 pydbg nutzen.
python2.5 ist installiert.
In der Umbebungsvaiable ist das Verzeichnis C:\python25 freigegeben
pydbg von https://github.com/OpenRCE/pydbg ist unter C:\pydbg-master verfügbar.

C:\pydbg-master>python pydbg
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

C:\pydbg-master>

Ich weis python 2.5 und pydbg ist alt. Es muss aber einen Weg geben um die Software zu benützen zu können.

Re: pydbg unter Win 10

Verfasst: Dienstag 20. April 2021, 09:47
von tomycat
Stopp Stopp Stopp.

Ich habe bei umgebungsvariable einmal bei Benutzername und einmal bei System eingetragen:
Variable: python
Wert: C:\python25

Ergebnis:
C:\pydbg-master>python --help
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

C:\pydbg-master>

Hauptproblem:

C:\Python25>python c:\pydbg-master\pydbg.py
Traceback (most recent call last):
File "c:\pydbg-master\pydbg.py", line 32, in <module>
import pydasm
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

C:\Python25>

Re: pydbg unter Win 10

Verfasst: Dienstag 20. April 2021, 10:35
von __deets__
Statt selbstausgedachter Umgebungsvariablen musst du PATH benutzen. Sowohl um Python.exe zu finden, als auch die DLL. Wo die genau liegt, musst du selbst rausfinden, und dann das Verzeichnis(!) dahin in PATH stopfen.

Und Dann die nächsten Probleme von 15 Jahre alter Software angehen....