共产主义接班人
共产主义接班人
I hope I can fill in the address by myself, For some memory PE. maybe --------------------------------- address: [ 0x10000000 ] [Reload] --------------------------------- ....
### Operating System win ver: 10.0.19044.1766 ### x64dbg Version Jun 22 2022 ### Describe the issue crash while loading symbol ### Steps to reproduce 1. [chrome 94.0.4606.71 (32bit)](https://edgedl.me.gvt1.com/edgedl/release2/chrome/adwdof73x23xwemuec7mhkc73noq_94.0.4606.71/94.0.4606.71_chrome_installer.exe) 2. [download...
| | | |---|---| |**librealsense**|2.19.0 RELEASE| |**OS**|Windows| realsense-viewer tools can be add camera angle of view rotation? Thank you and regards.
``` auto on_res_entry_found = []( BYTE* modulePtr, IMAGE_RESOURCE_DIRECTORY_ENTRY* root_dir, IMAGE_RESOURCE_DATA_ENTRY* curr_entry ) { return true; }; peconv::parse_resources(execute_pe, on_res_entry_found); ``` I found that "root_dir" is always the first, maybe I'm wrong....
hope the parameter itself can also be **filesystem::path** ``` vector glob(filesystem::path pathname); vector rglob(filesystem::path pathname); vector glob(vector pathnames); vector rglob(vector pathnames); ```
chrome version: **90.0.4430.93** or **last version** **inject code:** ``` /* chrome ver: 90.0.4430.93 */ function chromium_symbol(chromium_core) { let base = new NativePointer(chromium_core.base); return { "net::URLRequestContext": { "URLRequestContext::CreateRequest": base.add(0x1AE600), } }...
samlpe: ZyrexInstallInlineHook((void*)&CopyFileW, (const void*)&callback, &original); for example: kernel32.dll->CopyFileW nop nop nop jmp $-0xC  trampoline->code_buffer :  jmp 0x7752E597 ; error jmp "jmp 0x7752E598" that's the right jump, It should...
I found in the process of using "examples" Function has an undefined type "ZyrexTrampoline" [examples/InlineHook.c #L81](https://github.com/zyantific/zyan-hook-engine/blob/master/examples/InlineHook.c#L81) "ZyrexTrampoline trampoline;" I tried looking elsewhere and it didn't work. hope to be helped,...
sample: ``` auto handler = AsmFactory::GetAssembler(); auto& asmCore = *handler; asmCore->jmp(asmCore->intptr_ptr_abs(MAXDWORD + 1)); auto func = reinterpret_cast(asmCore->make()); printf_s("size: %zu\n", asmCore->getCodeSize()); printf_s("hex code: "); for (size_t i = 0; i <...
The "asmjit" in the project is obsolete and some required instructions are missing (for example: loop). Hope you can update in your free time.