enen

Results 8 issues of enen

panic: unexpected EOF goroutine 13 [running]: stackplz/user/argtype.parse_STRING_ARRAY({0x77a6caca68?, 0x20?}, 0x4000316d08?, 0x598df06478?, 0x0?) /home/runner/work/stackplz/stackplz/user/argtype/argtype_complex.go:91 +0x3a0 stackplz/user/argtype.(*ARG_STRUCT).Parse(0x598e02a2e0?, 0x40000aab10?, 0x590000003a?, 0x70?) /home/runner/work/stackplz/stackplz/user/argtype/argtype_base.go:631 +0x70 stackplz/user/config.(*PointArg).Parse(0x598e097940?, 0x4001cec9f0?, 0x598e09bb00?, 0x8e47c238?) /home/runner/work/stackplz/stackplz/user/config/config_point_arg.go:116 +0x88 stackplz/user/config.(*SyscallPoint).ParseEnterPoint(0x40010136c0?, 0x598e005c00?) /home/runner/work/stackplz/stackplz/user/config/config_syscall.go:55 +0xd8 stackplz/user/event.(*SyscallEvent).ParseContext(0x40010136c0)...

像使命召唤国服 发现是把il2cpp.so的内容融合进了libunity.so

On Android int main(int argc, char** argv) { auto obuf = check_output({"ls", "-l"}); printf( "obuf:%s\n", obuf.buf.data()); return 0; } fdsan: attempted to close file descriptor 5, expected to be unowned,...

BrkMod readEvents error:creating PerfEventArray(brk_events)#3 reader dns: failed to create perf ring for CPU 0: can't create perf event: no space left on device 这种情况是被监听软件自己给自己下断点占用位置防止被监听吗

[100%] Linking CXX executable hide ld.lld: error: undefined symbol: _lxy_oxor_any_::X() >>> referenced by oxorany.h:257 (D:\WorkDir\clion\vulkantest/include\oxorany.h:257) >>> CMakeFiles/hide.dir/hide.cpp.o:(main) >>> referenced by oxorany.h:257 (D:\WorkDir\clion\vulkantest/include\oxorany.h:257) >>> CMakeFiles/hide.dir/hide.cpp.o:(main) >>> referenced by oxorany.h:257 (D:\WorkDir\clion\vulkantest/include\oxorany.h:257) >>>...

Why not just use SurfaceControl.Builder builder = new SurfaceControl.Builder();

监听可执行进程 按照这个思路 shell 1 echo $$ shell 2 stackplz -p pid shell 1 ./foo 如果foo里写了这样的代码 If (fork()>0){ exit(0); } 就无法监听到后续子进程的内容了怎么办

like if (static int count = 0; count++ % 10000 == 0) { }