unicorn_pe icon indicating copy to clipboard operation
unicorn_pe copied to clipboard

Unicorn PE is an unicorn based instrumentation project designed to emulate code execution for windows PE files.

Results 19 unicorn_pe issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/12915306/93976365-76a54900-fdab-11ea-83a2-5e94a6cd3fb2.png) 跑这个驱动出现的问题 [mhyprot2.zip](https://github.com/hzqst/unicorn_pe/files/5266107/mhyprot2.zip)

(My English is not well, please forgive me) I tried to running uncorn_pe as "uncorn_pe.exe test.exe -disasm" under the DEBUG mode,but when I step to `ctx->MapImageToEngine(modInfo.name, (PVOID)modInfo.baseAddress, modInfo.size, modInfo.baseAddress, ((LDR_DATA_TABLE_ENTRY_BASE_T*)(modInfo.ldrPtr))->EntryPoint);`...

Hi, the release version does not display any logs, it is not always profitable to work on the debug version, because there is no optimization in it. Best Regards

Hi, unicorn_pe cpudata.exe -disasm BlackBone: Allocate: Allocating at address 0x0000023ECC610000 (0x1000 bytes) BlackBone: Allocate: Allocating at address 0x0000023ECC620000 (0x1000 bytes) BlackBone: Allocate: Allocating at address 0x0000023ECC630000 (0x4000 bytes) BlackBone: ManualMap:...

this is the full information about run it, thanks F:\Git Strore\unicorn_pe\x64\Debug>unicorn_pe.exe TestErrorDriver.sys BlackBone: PDB: Failed to load msdia140.dll, error 0x0000007e BlackBone: PDB: blackbone::PDBHelper::Init: (CoCreateDiaDataSource()) failed with HRESULT 0x8007007e BlackBone: PatternData:...

OS: Windows 10, Version 1809 Created 64-bit console application to test, but it seems there is a failure somewhere within mapping the image. I have attached images of the debug...

是不是这波update blackbone #10 把之前能mmap driver的代码给冲了

The program was created successfully but there is no exe in the directory

Thank you for your great project, any plan to support x86?