yujack008

Results 14 issues of yujack008

hwo to reapck elf to vmlinux

### The FACT version you are using _No response_ ### Your question the unpacker module i can see ``` patool: Extracting /tmp/extractor/input/f620f62db123b3e26a302b84001c9f02f802ae2a3007b04e3924009cc740b3b1_201609133 ... patool: running /usr/local/bin/7z e -o/tmp/fact_unpack_bn4gerf6 -- /tmp/extractor/input/f620f62db123b3e26a302b84001c9f02f802ae2a3007b04e3924009cc740b3b1_201609133...

question

### The FACT version you are using _No response_ ### Your question How to use REST API to delete firmware

question

### The FACT version you are using _No response_ ### Your question anyone who can get me a firmware file can found "cwe checker" and "known vulnerabilities" bug

question

### The FACT version you are using _No response_ ### Your question if i get /rest/firmware[/], it will get very huge firmware information. but i don't need it. just want...

question

我这边测试了krhook代码,运行发现__init_begin符号值为0,/proc/kallsyms 里面也找不到,环境是Linux version 4.19.81

Cpp code: ```cpp DEBUG("off: 0x%x\n", (size_t)(&((ucontext_t *) data)->uc_mcontext) - (size_t)data); ``` output: ```text off: 0xB0 ``` Rust code: ```rust let ucontext = data as *const libc::ucontext_t; let start = ucontext...

C-bug
E-easy

I Get Error: ``` flame:/data/local/tmp # ./ebpf-svc Error: error relocating function Caused by: 0: error relocating `ebpf_svc` 1: section `5` not found, referenced by symbol `` #9 ``` Android Kernel:...