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
*Describe the bug The exe compiled with VS2019 cannot be emulated.
Sample Code
from qiling import Qiling from qiling.extensions import trace ql = Qiling(["../examples/rootfs/x86_windows/bin/2.cm1.exe"],"../examples/rootfs/x86_windows")# ../examples/rootfs/x86_windows trace.enable_full_trace(ql) ql.run()
Expected behavior
[x] Error encountered while running bcrypt.dll DllMain, bailing [!] Failed to resolve api-ms-win-service-core-l1-1-0.dll [!] Failed to resolve api-ms-win-service-core-l1-1-1.dll [!] Failed to resolve api-ms-win-service-core-l1-1-2.dll [!] Failed to resolve api-ms-win-service-management-l1-1-0.dll [!] Failed to resolve api-ms-win-service-management-l2-1-0.dll [!] Failed to resolve api-ms-win-service-private-l1-1-4.dll [!] Failed to resolve api-ms-win-service-private-l1-1-2.dll [!] Failed to resolve api-ms-win-service-private-l1-1-3.dll [!] Failed to resolve api-ms-win-service-private-l1-1-0.dll [!] Failed to resolve api-ms-win-service-winsvc-l1-1-0.dll [!] Failed to resolve api-ms-win-security-audit-l1-1-1.dll [!] Failed to resolve api-ms-win-security-audit-l1-1-0.dll
cm2022.zip
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
*Describe the bug
The exe compiled with VS2019 cannot be emulated.
Sample Code
Expected behavior
cm2022.zip
Screenshots
The text was updated successfully, but these errors were encountered: