Skip to content

Commit

Permalink
Site updated: 2024-01-27 19:05:52
Browse files Browse the repository at this point in the history
  • Loading branch information
RoninSeed committed Jan 27, 2024
1 parent 616065d commit 7bb1cc1
Show file tree
Hide file tree
Showing 32 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta name="description" content="编译程序——启动GDB——运行程序——调试程序 编译程序 使用gcc编译C语言程序,并添加-g选项,以生成调试信息: 1gcc -g -o program program.c 启动GDB 在终端中输入以下命令来启动GDB,并将可执行文件作为参数传递给它: 1gdb program 运行程序 1run 调试程序 程序开始执行后,你可以使用以下命令进行调试: next:执行下一行代码。 ste">
<meta property="og:type" content="article">
<meta property="og:title" content="pwngdb和pwndbg联合使用">
Expand Down
2 changes: 1 addition & 1 deletion 2024/01/06/pwn学习笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta name="description" content="基础: C语言 汇编语言 python,操作系统 Linux系统管理工具:IDApro GDB pwntools pwndbgpwn环境的搭建:1.python2,python3代码:sudo apt install python2 sudo apt install python3-pip 2.ubuntu怎么切换到root用户,使用su root命令,去切换到roo">
<meta property="og:type" content="article">
<meta property="og:title" content="pwn学习笔记">
Expand Down
2 changes: 1 addition & 1 deletion 2024/01/06/人生苦短,我用Python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta name="description" content="第一章: Hello World!! print(“Hello, World!”) 运行脚本 $ python3 hello.py python保留字 &gt;&gt;&gt; keyword.kwlist [&#39;False&#39;, &#39;None&#39;, &#39;True&#39;, &amp;#39">
<meta property="og:type" content="article">
<meta property="og:title" content="Python 学习笔记">
Expand Down
2 changes: 1 addition & 1 deletion 2024/01/06/汇编语言初识笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta name="description" content="在x86-64架构的CPU中,rdi、rsi和rdx是通用寄存器,它们在函数调用和系统调用中扮演重要角色。 在Linux 64位系统中,函数参数通常通过寄存器传递,其中rdi、rsi、rdx、rcx、r8 和 r9 分别用于传递前6个整型参数。而在这些寄存器中,rdi 通常用于存储第一个参数,rsi 用于存储第二个参数,rdx 用于存储第三个参数。 举个例子,如果你在汇编中调用一个C语言函数,你可">
<meta property="og:type" content="article">
<meta property="og:title" content="汇编语言初识笔记">
Expand Down
2 changes: 1 addition & 1 deletion 2024/01/13/Hexo运营指南/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta name="description" content="就是不会多百度,多去思考和尝试,大不了重建!">
<meta property="og:type" content="article">
<meta property="og:title" content="博客运营指南">
Expand Down
2 changes: 1 addition & 1 deletion 2024/01/13/JAVA一学到底/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta name="description" content="我的第一个 JAVA 程序创建文件 HelloWorld.java(文件名需与类名一致), 代码如下: 12345public class HelloWorld &#123;    public static void main(String[] args) &#123;        System.out.println(&quot;Hello World&quot;);    &#125;&amp;#">
<meta property="og:type" content="article">
<meta property="og:title" content="JAVA的自我修炼">
Expand Down
2 changes: 1 addition & 1 deletion 2024/01/13/Linux不学不行/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
document.addEventListener("pjax:success", initScrollReveal);
</script><link rel="icon" type="image/png" href="/Astral.github.io/favicon.ico"><link rel="mask-icon" href="/Astral.github.io/favicon.ico" color="#8a2be2"><link rel="preload" href="/Astral.github.io/css/hexo-theme-yun.css" as="style"><link rel="prefetch" href="/Astral.github.io/js/sidebar.js" as="script"><link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin><link rel="preconnect" href="https://fastly.jsdelivr.net/npm/" crossorigin><script id="yun-config">
window.Yun = {}
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"一粒蜉蝣见青天!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
window.CONFIG = {"hostname":"roninseed.github.io","root":"/Astral.github.io/","title":"我自踏雪至山巅!","version":"1.10.11","mode":"auto","copycode":true,"page":{"isPost":true},"i18n":{"placeholder":"搜索...","empty":"找不到您查询的内容: ${query}","hits":"找到 ${hits} 条结果","hits_time":"找到 ${hits} 条结果(用时 ${time} 毫秒)"},"anonymous_image":"https://cdn.yunyoujun.cn/img/avatar/none.jpg","say":{"api":"https://el-bot-api.vercel.app/api/words/young"},"local_search":{"path":"/Astral.github.io/search.xml"},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"fireworks":{"colors":["255, 245, 230","223, 240, 216","255, 228, 225"]},"vendors":{"host":"https://fastly.jsdelivr.net/npm/","darken":"https://fastly.jsdelivr.net/npm/darken@1.5.0"}};
</script><link rel="stylesheet" href="/Astral.github.io/css/hexo-theme-yun.css"><script src="/Astral.github.io/js/hexo-theme-yun.js" type="module"></script><meta property="og:type" content="article">
<meta property="og:title" content="Linux太揪心">
<meta property="og:url" content="https://roninseed.github.io/Astral.github.io/2024/01/13/Linux%E4%B8%8D%E5%AD%A6%E4%B8%8D%E8%A1%8C/index.html">
Expand Down
Loading

0 comments on commit 7bb1cc1

Please sign in to comment.