<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Reverse-Engineering on zevorn.blog</title><link>https://zevorn.cn/tags/reverse-engineering/</link><description>Recent content in Reverse-Engineering on zevorn.blog</description><image><title>zevorn.blog</title><url>https://zevorn.cn/avatar.webp</url><link>https://zevorn.cn/avatar.webp</link></image><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 28 May 2024 09:32:37 +0000</lastBuildDate><atom:link href="https://zevorn.cn/tags/reverse-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>IDA Pro“创建联合体”教程</title><link>https://zevorn.cn/posts/3/</link><pubDate>Tue, 21 May 2024 06:59:41 +0000</pubDate><guid>https://zevorn.cn/posts/3/</guid><description>IDA 认为，联合体是一种特殊的结构体，因此需要在 IDA 的结构体页面创建联合体: 第一步，进入 Structures 页面： 第二步，按下【Insert】，勾选 union ： 一个空元素的联合体如下： 第三步，在 ends 位置按下【D】可以添加一个新的成员，如图示例添加了两个成员： 可以看到，两个成员的地址偏移都是从0开始的。 PS：如果想添加结构体</description></item></channel></rss>