You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Describe the bug
Trying to emulate the example binary bin/RegDemo.exe with qiling . Unable to emulate and Unicorn throws an error. All DLLs have been provided in the rootfs/x86_windows/Windows using dllscollector batch script Sample Code
fromqilingimport*fromqiling.constimportQL_VERBOSEimportsyssys.path.append("..")
# sandbox to emulate the EXEdefmy_sandbox(path, rootfs):
# setup Qiling engineql=Qiling(path,rootfs)
# now emulate the EXEql.run()
if__name__=="__main__":
# execute Windows EXE under our rootfsmy_sandbox(["qiling/examples/rootfs/x86_windows/bin/RegDemo.exe"],"qiling/examples/rootfs/x86_windows")
Expected behavior
Binary should be emulated correctly.
Screenshots
Additional context
Let me know if there is anything else I need to setup to be able to emulate correctly.
The text was updated successfully, but these errors were encountered:
chintanhshah
changed the title
Unable to emulate example/x86_hello.exe
Unable to emulate bin/RegDemo.exe
Oct 17, 2024
*Describe the bug
Trying to emulate the example binary bin/RegDemo.exe with qiling . Unable to emulate and Unicorn throws an error. All DLLs have been provided in the rootfs/x86_windows/Windows using dllscollector batch script
Sample Code
Expected behavior
Binary should be emulated correctly.
Screenshots
Additional context
Let me know if there is anything else I need to setup to be able to emulate correctly.
The text was updated successfully, but these errors were encountered: