TurtleRuss
TurtleRuss
21级网安c语言实验报告和源码
### Describe the bug when i want to look through files in / ,i clicked Root ,then the app panicked.And then i want to restart it,however,it throw segmentation fault.I tried...
### Xmake 版本 xmake v2.9.1+20240429 ### 操作系统版本和架构 Linux russ 6.8.7-arch1-2 #1 SMP PREEMPT_DYNAMIC Fri, 19 Apr 2024 09:51:31 +0000 x86_64 GNU/Linux ### 描述问题 我在用xmake运行[tests](https://github.com/xmake-io/xmake/tree/master/tests) 测试集时,遇到一个`unhandled error`,如下图所示  显示`iostream`文件未找到 ### 期待的结果...
我尝试直接clone 仅仅修改author和theme然后 hexo g,但是会报一大堆错误 错误太长放不上来,错误点在 ``` ERROR Render HTML failed: about/index.html TypeError: C:\Users\TurtleRuss\Desktop\Blog\themes\quark\layout\layout.ejs:13 11| 12| >> 13| 14| 15| MathJax.Hub.Config({ 16| tex2jax: { C:\Users\TurtleRuss\Desktop\Blog\themes\quark\layout\_partial\footer.ejs:33 31| 32| >> 33| 34| 35|...
Refer to https://github.com/go-resty/resty/issues/812 for more info. Closes #812
Hi, thanks for the brilliant framework at first. I'm trying to use SVF to analyze the linux kernel concurrent bugs, I run the following command to analyze the bitcode ```...
Hi, I'm trying to compiler the Linux kernel. I tried both `wllvm` and `clang`. For `clang`, I just add two arguments to the kernel Makefile. ``` # add debug info...