[dl] library python 2.2 Ctypes

03/03/2014 12:29 Warnox11#1
dl:
[Only registered and activated users can see links. Click Here To Register...]


skan:
[Only registered and activated users can see links. Click Here To Register...]

tut:

[Only registered and activated users can see links. Click Here To Register...]













[Only registered and activated users can see links. Click Here To Register...]
03/03/2014 19:41 MartPwnS#2
What is this give us some more informations i can only guess and i wont download this stuff^^
c functions in a dll usable by python or ?
03/03/2014 20:19 aok96boom#3
With ctypes you can inject with ctypes dll.
Example:
ctypes.windll.LoadLibrary("test.dll")
03/04/2014 14:13 ƬheGame#4
Quote:
ctypes is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these libraries in pure Python.
Du Kannst dir die DLL auch selber kompilieren.