Skip to content
New issue

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

The exe compiled with VS2019 cannot be emulated. #1486

Open
Vxer-Lee opened this issue Jul 19, 2024 · 0 comments
Open

The exe compiled with VS2019 cannot be emulated. #1486

Vxer-Lee opened this issue Jul 19, 2024 · 0 comments

Comments

@Vxer-Lee
Copy link

Vxer-Lee commented Jul 19, 2024

*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
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant