We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C:\powerclang-windows-x64\lese\py\PyMalDLL-master>python create_dll_cli.py --original-dll C:\Windows\System32\user32.dll --output-folder ./output [+] Parsing DLL exports. [+] 1165 exports extracted. [+] Parsing DLL version info. [+] Rendering output files. Traceback (most recent call last): File "C:\powerclang-windows-x64\lese\py\PyMalDLL-master\create_dll_cli.py", line 52, in creator.render( File "C:\Users\freem\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\py_mal_dll\create_dll.py", line 65, in render self._render_resource_file() File "C:\Users\freem\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\py_mal_dll\create_dll.py", line 172, in _render_resource_file fp.write(template.render(self.version_info)) UnicodeEncodeError: 'gbk' codec can't encode character '\xa9' in position 710: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
No branches or pull requests
C:\powerclang-windows-x64\lese\py\PyMalDLL-master>python create_dll_cli.py --original-dll C:\Windows\System32\user32.dll --output-folder ./output
[+] Parsing DLL exports.
[+] 1165 exports extracted.
[+] Parsing DLL version info.
[+] Rendering output files.
Traceback (most recent call last):
File "C:\powerclang-windows-x64\lese\py\PyMalDLL-master\create_dll_cli.py", line 52, in
creator.render(
File "C:\Users\freem\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\py_mal_dll\create_dll.py", line 65, in render
self._render_resource_file()
File "C:\Users\freem\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\py_mal_dll\create_dll.py", line 172, in _render_resource_file
fp.write(template.render(self.version_info))
UnicodeEncodeError: 'gbk' codec can't encode character '\xa9' in position 710: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: