void0red
void0red
First of all, the kernel ensures that the ds and es segment registers point to the same address. Next, it clears the direction flag using the cld instruction: ``` movw...
avoid multiple definition
It looks like missing a check of realloc here. But I am not sure if it will cause a bug later. https://github.com/openwall/john/blob/c798c3f39215f6e08c67677eb9b79f65cfe08e40/src/pp.c#L816
``` ; LLVM 16.0.6 ; generate from openssl/ssl/statem/statem_srvr.c ; s->s3.alpn_selected = OPENSSL_memdup(selected, selected_len); ; if (s->s3.alpn_selected == NULL) { %183 = call noalias ptr @CRYPTO_memdup(ptr noundef %178, i64 noundef %182,...
``` ; generate from https://github.com/openssl/openssl/blob/0f644b96d209443b4566f7e86e3be2568292e75b/ssl/record/methods/tls1_meth.c#L167 if.then432: ; preds = %if.else428 %data434 = getelementptr inbounds %struct.tls_rl_record_st, %struct.tls_rl_record_st* %recs, i64 %ctr.4817, i32 5 %106 = bitcast i8** %data434 to * %107 =...
部分歌单时间跨度很大,希望能够听到最新的 example: https://space.bilibili.com/58586/channel/collectiondetail?sid=1063380
1. use `-fno-stack-protector` to remove `__stack_chk_fail` symbol 2. use `-L` to specify libbpf library paths
#### Problem Description When fetching some larger files, errors such as **CONTENT MISSING** and **PROTOCOL_ERROR** will occur. This is a log. ``` 127.0.0.1:5760: GET https://game.maj-soul.com/1/v0.10.306.w/lang/scene/Assets/Resource/lobby/beijing_leyuanbaitian.jpg HTTP/2.0 sec-ch-ua: "Not/A)Brand";v="8", "Chromium";v="126", "Microsoft...