-
Nuitka fails to build the executable with MinGW64 on GitHub Actions (Windows Server 2019) due to the following error:
> Error, Mismatch between Python pei-x86-64 and MinGW64 ('pei-i386') arches
…
-
_reported by Matthew (x86matthew):_
The issue relates to the checksum field within the NT Optional Header. I have recently been generating some custom binaries and noticed that PE-Bear was reporti…
-
**Describe the bug**
yara imphash and pefile imphash are different
So you can't use imphash in yara rule.
Any reason?
sha256: 803d740df04cc995fd7010473be6b06e190c7ca5114a525d951ae11e7394ab12
yara…
-
In version 0.6.9.1 Nuitka logs are ugly and not user friendly, whole is like "river" that flow in window.
```
Python36\python -m nuitka --follow-imports --windows-dependency-tool=pefile --experiment…
-
Hello there,
I'm facing an issue while using `GetADUsers.py` and `GetUserSPNs.py`, the LDAP bind fails and I don't know why. Entered credentials are good.
```
$ python GetUserSPNs.py adyolo.swag/…
-
Getting following error after the speaker verification:
Using Open AI Whisper API for transcription.
fatal: not a git repository (or any of the parent directories): .git
Traceback (most recent …
-
Hi all,
I am trying to connect to amazon dynamodb through .net. and ended up in this error.
An error has occurred.
The type initializer for 'Amazon.AWSConfigs' threw an exception.
I …
-
DotNet Runtime: 6.0.21
GC mode: Concurrent workstation
vertarget:
```Windows 10 Version 19044 MP (24 procs) Free x64
Product: WinNt, suite: SingleUserTS
Edition build lab: 19041.1.amd64fre.vb_rel…
-
As title.
```
Microsoft Windows [Version 10.0.19044.2846]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd C:\
C:\>dir palworld-admin
Volume in drive C has no label…
-
In the `PE` class could the `__init__` function parameter `data` be changed to support accepting a memoryview? the function `def b(x):` right now will attempt to run `codecs.encode` on it as if it we…