<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on YUNRU // FOEHN ARCHIVE</title><link>https://yunru-volknet.github.io/posts/</link><description>Recent content in Posts on YUNRU // FOEHN ARCHIVE</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 27 Apr 2025 16:22:46 +0800</lastBuildDate><atom:link href="https://yunru-volknet.github.io/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>move常见漏洞1</title><link>https://yunru-volknet.github.io/posts/move%E5%B8%B8%E8%A7%81%E6%BC%8F%E6%B4%9E1/</link><pubDate>Sun, 27 Apr 2025 16:22:46 +0800</pubDate><guid>https://yunru-volknet.github.io/posts/move%E5%B8%B8%E8%A7%81%E6%BC%8F%E6%B4%9E1/</guid><description>例1 public fun multiply(a : u8 , b : u8) : u8 { let result = a * b result } a,b过大会导致overflow事件 修复</description></item><item><title>sui_task4</title><link>https://yunru-volknet.github.io/posts/sui_task4/</link><pubDate>Wed, 20 Nov 2024 16:22:46 +0800</pubDate><guid>https://yunru-volknet.github.io/posts/sui_task4/</guid><description>看题目 game package id : 这个上上期讲过了 deposit Coin hash: 存款hash，所以需要一个存款方法 withdraw Coin hash: 提款ha</description></item><item><title>sui_task3</title><link>https://yunru-volknet.github.io/posts/sui_task3/</link><pubDate>Thu, 14 Nov 2024 16:22:46 +0800</pubDate><guid>https://yunru-volknet.github.io/posts/sui_task3/</guid><description>看题目 1.提交package id 上一篇说过了 2.转账hash 上一篇说过了 前置知识 nft</description></item><item><title>sui_task2</title><link>https://yunru-volknet.github.io/posts/sui_task2/</link><pubDate>Mon, 11 Nov 2024 16:22:46 +0800</pubDate><guid>https://yunru-volknet.github.io/posts/sui_task2/</guid><description>看题目 1.提交两个package id 这个应该不用多说，就是在publish的时候把pa</description></item><item><title>哈希长度拓展攻击</title><link>https://yunru-volknet.github.io/posts/%E5%93%88%E5%B8%8C%E9%95%BF%E5%BA%A6%E6%8B%93%E5%B1%95%E6%94%BB%E5%87%BB/</link><pubDate>Thu, 03 Oct 2024 16:22:46 +0800</pubDate><guid>https://yunru-volknet.github.io/posts/%E5%93%88%E5%B8%8C%E9%95%BF%E5%BA%A6%E6%8B%93%E5%B1%95%E6%94%BB%E5%87%BB/</guid><description>0x01 做个笔记，有需要了再翻出来看看 0x02.原理 在加密链最后一环添加新的拓展字符，通过</description></item><item><title>2024羊城杯</title><link>https://yunru-volknet.github.io/posts/2024%E7%BE%8A%E5%9F%8E%E6%9D%AF/</link><pubDate>Fri, 20 Sep 2024 00:28:18 +0800</pubDate><guid>https://yunru-volknet.github.io/posts/2024%E7%BE%8A%E5%9F%8E%E6%9D%AF/</guid><description>2024羊城杯，这次学到了很多新东西，但是先知社区发晚了，就放这里了 TH_curve 题目 from Crypto.Util.number import * from</description></item><item><title>Creating a New Theme</title><link>https://yunru-volknet.github.io/posts/creating-a-new-theme/</link><pubDate>Sun, 28 Sep 2014 00:00:00 +0000</pubDate><guid>https://yunru-volknet.github.io/posts/creating-a-new-theme/</guid><description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme.</description></item><item><title>(Hu)go Template Primer</title><link>https://yunru-volknet.github.io/posts/goisforlovers/</link><pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate><guid>https://yunru-volknet.github.io/posts/goisforlovers/</guid><description>Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website.</description></item><item><title>Getting Started with Hugo</title><link>https://yunru-volknet.github.io/posts/hugoisforlovers/</link><pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate><guid>https://yunru-volknet.github.io/posts/hugoisforlovers/</guid><description>Step 1. Install Hugo Go to Hugo releases and download the appropriate version for your OS and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at Install Hugo
Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site you are reading right now.</description></item><item><title>Migrate to Hugo from Jekyll</title><link>https://yunru-volknet.github.io/posts/migrate-from-jekyll/</link><pubDate>Mon, 10 Mar 2014 00:00:00 +0000</pubDate><guid>https://yunru-volknet.github.io/posts/migrate-from-jekyll/</guid><description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like</description></item></channel></rss>