惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - Agent

更改VS.NET 默认SCM Provider的方法 关于VS.NET的SCM Plug-in Lippman的宣传 Important Issue About DataReader and DataGrid's Paging 上海照的 - Agent cookie的过期时间-- 郁闷又恼火 - Agent 可为空的基础类型 Bad Smell Choice It's Great VS2005 VS2005 My Assembler 有关JIT 凌晨三点不想睡 不学编程 别搞计算机了 天又要亮了 该死的宏 Uncle bob's View of dynamic and static languages
做了一个小型的Dump以便于调试使用 - Agent - 博客园
Agent · 2004-04-21 · via 博客园 - Agent

马上就要进入对象系统的实现了 感觉美妙
VC6对template的支持真是太一般了, VC7.1到VC6的移植工作几乎全受到template的影响

.entry void Fun(f32 a, f64 b)
{
 st.0
 st.1
 st.2
 st.3
 ldc.s 3
 add
 ret
}

void SunjingisBaobao()
{
 ldstr "yes"
 prts
 ret
}

f32 IWillWin()
{
 ldc.s 1
 ret
}

得到的ListFile:
=========================== File Header ===========================
Num of Methods:   3
Num of Fields:    2
Num of Instruction:   12
Size of StringPool:   37

=========================== Methods Meta ===========================

Method   (1):
Return Type:   void
Special: This is the entry method of the Program
Name:   0(str index in Pool) == Fun
Start Address = 0
Parameter  (1):
Index of Field:  0
Parameter  (2):
Index of Field:  1

Method   (2):
Return Type:   void
Name:   8(str index in Pool) == SunjingisBaobao
Start Address = 22

Method   (3):
Return Type:   float32
Name:   28(str index in Pool) == IWillWin
Start Address = 36

=========================== Fields Meta ===========================

Field   (1):
Name:   4(str index in Pool) == a
Type: float32

Field   (2):
Name:   6(str index in Pool) == b
Type: float64

======================= String Pool Dump =======================

Fun a b SunjingisBaobao yes IWillWin

=======================   IL Code Dump   ========================

IL000 st.0  
IL002 st.1  
IL004 st.2  
IL006 st.3  
IL008 ldc.s  3
IL0018 add  
IL0020 ret  
IL0022 ldstr  24
IL0032 ptrs  
IL0034 ret  
IL0036 ldc.s  1
IL0046 ret  

总觉得自己好象剽窃了大量关于MSIL的东西