A library used to read compiled files like .exe and DLL files (Really useful)
Project description
<-------------------------------------------------------------------------------->
VARDLL Does not work if it is in python's program folder!!
Please put VARDLL's Folder within your project for it to work!!
<-------------------------------------------------------------------------------->
How to use:
This example shows how to use vardll 1.4.2:
"from vardll import DLLvar, load_file"
Load the DLL file
dll_path = 'varotp.dll' dll_variable = load_file(dll_path)
Access the variables from the DLL file
print(dll_variable)
Make sure you have the vardll in the directory, like this:
test/ | |vardll | | | | init.py | |__ dllvariable.py | |__ license | |__ readme.md | |__ loader.py | |__main.py |__var0otp.dll
Make sure in var0otp or any dll file you have your variable or the text you wanna input! Disclaimer:
IF THE DLL FILE STAYS EMPTY IT MIGHT MESS UP THE LIBRARY'S CODE!!
UPDATE: The file can any format, .exe or .png or .fc .lib or .dll, but it should not have real content, it should have content like the version of your app etc.. not like binary code in a .exe and you wanna see it..
UPDATE 2: Make sure in your DLL file or .exe FILE or any other format it should have ==, example: var0otp.dll:
version == 1.5.2 api = io.yrapi.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vardll-1.5.2.tar.gz
.
File metadata
- Download URL: vardll-1.5.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 661662e48b00e36d4627a847252059f6e6041863e1b3ec241830d8484112a404 |
|
MD5 | 9c3112077df6bd6e27bcf3f24f88b9aa |
|
BLAKE2b-256 | aa6c07bc4642aca975a1e94dd2f3cc46441ad32828c4a4036ce6e331d5f28e22 |
File details
Details for the file vardll-1.5.2-py3-none-any.whl
.
File metadata
- Download URL: vardll-1.5.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df503f505928ce53ca2ba53841d78f288e90daec9ae71c431a761153485fde76 |
|
MD5 | 7355c737e149b0e73446d09bdcfe66eb |
|
BLAKE2b-256 | 0754cca6e69fb692ae0d0eaa6f6c680870ef53c2f089284da285f56e66383b58 |