共产主义接班人

Results 17 issues of 共产主义接班人

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...

bug

| | | |---|---| |**librealsense**|2.19.0 RELEASE| |**OS**|Windows| realsense-viewer tools can be add camera angle of view rotation? Thank you and regards.

enhancement

``` 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....

question

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 ![无标题](https://user-images.githubusercontent.com/10218627/72594156-c0e34a00-3941-11ea-8169-239a539f81f1.png) trampoline->code_buffer : ![无标题](https://user-images.githubusercontent.com/10218627/72594574-a8276400-3942-11ea-804f-bf5054601b3f.png) jmp 0x7752E597 ; error jmp "jmp 0x7752E598" that's the right jump, It should...

C-bug
P-high
A-general

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,...

C-bug-invalid
A-examples

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.