-
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
Got error when compiling project #4
Comments
It seems you have problem compiling BlackBone. |
Yes , so how to solve the issue ? |
I guess you have failed to compile BlackBone static lib which lead to link error later. |
1>------ Build started: Project: BlackBone, Configuration: Debug(DLL) x64 ------ |
the BlackBone is supposed to be compiled as and meanwhile, I guess you were opening the dependencies' vcxproj files one by one. did you ever try |
Yes now compiled fine. Now on windows , can i use it to hook system calls on any exe file ? |
You can but why not use API hook? it is even simpler |
I cant hook for string returns with cheat engine. |
Well , i can now use Panda :) |
why i cant find header file "cor.h" |
it's part of .NET/CLR of Visual Studio installation |
that means i should install .net it in vs installer? |
yes |
thank u have a good day |
how to use this create a dump for the packed .sys or rebuild its imports ... im a newer |
unicorn_pe.exe [filename_of_sys] -k -dump -packed |
...so where is the dump file |
我用VS2019编译一直失败 选的x64Debug 10.0.17763.0 1>C:\Users\Administrator\Desktop\XR\unicorn_pe-master\Blackbone\src\BlackBone\Include\HandleGuard.h(36,18): error C2039: "addressof": 不是 "std" 的成员 (编译源文件 Misc\InitOnce.cpp) 1>C:\Users\Administrator\Desktop\XR\unicorn_pe-master\Blackbone\src\BlackBone\PE\ImageNET.cpp(27,33): error C2039: "wstring": 不是 "std" 的成员 |
Hi , i have
Windows 10 x64 PC
Project on Debug Mode with x64
Visual Studio 2017
Windows SDK 10.0.17763.0
I cant compile the project.
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "struct asmjit::X86RegData const asmjit::x86RegData" (?x86RegData@asmjit@@3UX86RegData@1@B) unicorn_pe C:\Users\kadir\Desktop\unicorn_pe\unicorn_pe\emuapi.obj 1
Severity Code Description Project File Line Suppression State
Error (active) E2633 invalid nontype template argument of type "HANDLE" unicorn_pe C:\Users\kadir\Desktop\unicorn_pe\Blackbone\src\BlackBone\Include\HandleGuard.h 84
Severity Code Description Project File Line Suppression State
Error (active) E2633 invalid nontype template argument of type "HANDLE" unicorn_pe C:\Users\kadir\Desktop\unicorn_pe\Blackbone\src\BlackBone\Include\HandleGuard.h 85
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "struct asmjit::X86RegData const asmjit::x86RegData" (?x86RegData@asmjit@@3UX86RegData@1@B) unicorn_pe C:\Users\kadir\Desktop\unicorn_pe\unicorn_pe\unicorn_pe.obj 1
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp_Disasm referenced in function "private: bool __cdecl blackbone::TraceHook::CheckBranching(struct blackbone::HookContext const &,unsigned __int64,unsigned __int64)" (?CheckBranching@TraceHook@blackbone@@AEAA_NAEBUHookContext@2@_K1@Z) BlackBone C:\Users\kadir\Desktop\unicorn_pe\Blackbone\src\BlackBone\TraceHook.obj 1
How can i compile the project ?
The text was updated successfully, but these errors were encountered: