-
Notifications
You must be signed in to change notification settings - Fork 198
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
Can't relocate image, no relocation flag #23
Comments
_on the last update nothing works at all... unicorn_pe cpuid.exe -disasm when entering a file name, you need to enter the name in full with the extension, then it works! |
Build 22.04.2021 unicorn_pe cpuid.exe -disasm This message - UC_MEM_READ_UNMAPPED - appears on any file. |
looks like the cpuid.exe is mapped at wrong address (1f8ceed0000 instead of 140000000)? |
unicorn_pe XOR_20200817194428.exe_20200829_162834.vmp.exe -disasm |
unicorn_pe procexp.exe -disasm 1778d85ec3b je 0x1778d85ec45 |
unicorn_pe Autoruns64.exe -disasm 28a35712b60 sub rsp, 0x98 |
unicorn_pe cpudata.exe -disasm BlackBone: Free: Free at address 0x00000183791D0000 |
looks like, but I'm not sure, since the addresses don't always match. OS: Windows 10, Version 1909 18363.418 |
|
Could it be that Windows Defender hates the bundled BlackBone .sys file from a virus protection perspective? |
Hi,
this situation must be handled internally by the emulator. If you edit the header manually, the emulation hangs.
unicorn_pe cpuid.exe -disasm
BlackBone: Allocate: Allocating at address 0x000002A6F2DC0000 (0x1000 bytes)
BlackBone: Allocate: Allocating at address 0x000002A6F2DD0000 (0x1000 bytes)
BlackBone: Allocate: Allocating at address 0x000002A6F2DE0000 (0x4000 bytes)
BlackBone: ManualMap: Mapping image 'cpuid.exe' with flags 0x1d001
BlackBone: ManualMap: Loading new image 'cpuid.exe'
BlackBone: ManualMap: Image base allocated at 0x000002a6f2df0000
BlackBone: ManualMap: Performing image copy
BlackBone: ManualMap: Relocating image 'cpuid.exe'
BlackBone: ManualMap: Can't relocate image, no relocation flag
BlackBone: Free: Free at address 0x000002A6F2DF0000
BlackBone: Free: Free at address 0x000002A6F2DC0000
BlackBone: Free: Free at address 0x000002A6F2DD0000
BlackBone: Free: Free at address 0x000002A6F2DE0000
failed to MapImage
cpuid_.zip
The text was updated successfully, but these errors were encountered: