enen
enen
./stackplz -p 30538 -s all 我在监听一个sh,不知道他干了啥导致的崩溃 就是你最新发的release
可以用activity申请一个surfaceview获取surface哦
看雪不是有很多java内存漫游吗,直接获取
06-29 13:58:55.841 12102 12102 F DEBUG : pid: 12097, tid: 12097, name: entry >>> /data/local/tmp/entry
void close_parent_fds() { if(input()) fclose(input()); if(output()) fclose(output()); if(error()) fclose(error()); if (write_to_child_ != -1) close(write_to_child_); if (read_from_child_ != -1) close(read_from_child_); if (err_read_ != -1) close(err_read_); } Same problem
https://github.com/arun11299/cpp-subprocess/blob/4025693decacaceb9420efedbf4967a04cb028e7/subprocess.hpp#L1637 This code is causing the crash. The following code works fine. ` auto f=fdopen(err_rd_pipe, "r"); int read_bytes = util::read_atmost_n(f, err_buf, SP_MAX_ERR_BUF_SIZ); if (f) fclose( f); close(err_rd_pipe); ` If fdopen()...
我只想监听 和保活有啥关系
什么玩意儿,试过了,fork出来的进程变成孤儿进程了而已
``` void hack_start(const char* game_data_dir) { bool load = false; bool check_have_il2cpp = false; for (int i = 0; i < 10; i++) { void* handle = xdl_open("libil2cpp.so", 0); if...