# Technology

- [Cortex-M 处理器调试](https://blog.kaisuping.cn/technology/cortexm-chu-li-qi-tiao-shi.md): 突然记起在此踩了不少坑，遂分享
- [os折腾——Arch & Win11 双系统](https://blog.kaisuping.cn/technology/os-zhe-teng-arch-win11-shuang-xi-tong.md)
- [2024 Let's GoSSIP](https://blog.kaisuping.cn/technology/2024-lets-gossip.md): Let's GoSSIP 是由上交主办、蜚语科技赞助的暑期学校（惯例是从“大暑”节气那一天起），面向社会开放。暑校的形式是上交邀请国内外知名的安全研究团队，为学员举办讲座，力争在短短五天内让学员疯狂 hacking，感受安全研究的魅力！
- [固件仿真](https://blog.kaisuping.cn/technology/gu-jian-fang-zhen.md): 本学期上了一门《网络安全》，由于课程实验过于水，因此选择做“固件安全” project 来替代课程实验。project 分为静态分析和固件仿真两部分，权衡之下决定尝试固件仿真，特此记录学习过程。
- [安全随笔——安全到底是什么](https://blog.kaisuping.cn/technology/an-quan-sui-bi-an-quan-dao-di-shi-shi-mo.md): 本篇 blog 已投稿 freebuf 原创文章，转载自：https://www.freebuf.com/articles/neopoints/401134.html
- [《信息安全论文写作》方法论](https://blog.kaisuping.cn/technology/xin-xi-an-quan-lun-wen-xie-zuo-fang-fa-lun.md)
- [Heap Exploitation](https://blog.kaisuping.cn/technology/heap-exploitation.md)
- [信息收集](https://blog.kaisuping.cn/technology/xin-xi-shou-ji.md)
- [GPT-4 初体验](https://blog.kaisuping.cn/technology/gpt4-chu-ti-yan.md)
- [关于定向 fuzz 的总结](https://blog.kaisuping.cn/technology/guan-yu-ding-xiang-fuzz-de-zong-jie.md)
- [Beacon 实验](https://blog.kaisuping.cn/technology/beacon-shi-yan.md)
- [对 AI 的认知](https://blog.kaisuping.cn/technology/dui-ai-de-ren-zhi.md)
- [CSAPP —— lab1 datalab](https://blog.kaisuping.cn/technology/csapp-lab1-datalab.md)
- [可视化入门学习](https://blog.kaisuping.cn/technology/ke-shi-hua-ru-men-xue-xi.md)
- [Python 爬虫入门学习](https://blog.kaisuping.cn/technology/python-pa-chong-ru-men-xue-xi.md)
- [对 UNIX 新的认识](https://blog.kaisuping.cn/technology/dui-unix-xin-de-ren-shi.md)
- [Great works are connected](https://blog.kaisuping.cn/technology/great-works-are-connected.md)
- [开源与黑客](https://blog.kaisuping.cn/technology/kai-yuan-yu-hei-ke.md)
- [搭建个人网站](https://blog.kaisuping.cn/technology/da-jian-ge-ren-wang-zhan.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.kaisuping.cn/technology.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
