摘要: Here is one more incremental step in instrumenting IL at runtime. This time, the method call that will be inserted will be implemented in a separate dll and will take an int as an input.If you missed ... 阅读全文
posted @ 2004-05-19 13:28 dudu 阅读(2003) 评论(0) 推荐(0) 编辑
摘要: In my previous entry on IL modification we looked at the details for inserting a method call with a known (hardcoded) method token. We also used metadata to list the available methods, as a way to avo... 阅读全文
posted @ 2004-05-19 13:27 dudu 阅读(1282) 评论(1) 推荐(0) 编辑
摘要: A couple of days back, we tweaked the running IL a little bit. Today, let's modify it some more! We'll insert a method call at the beginning of the body of the Main method. The method we'll call is as... 阅读全文
posted @ 2004-05-19 13:26 dudu 阅读(1428) 评论(1) 推荐(0) 编辑
摘要: Modifying IL at runtime If you remember the Omniscient Debugger, it was a Java debugger that instrumented the bytecode at runtime to trace calls and monitor variables. It did so by using a custom Clas... 阅读全文
posted @ 2004-05-19 13:25 dudu 阅读(2665) 评论(3) 推荐(0) 编辑
摘要: 根据sumtec的建议, 对博客园管理页面作了以下小改进:1、"Feedback"是用来查看个人Blog的最新回复的, 改进后,可以直接点击回复的标题,直接链接到原始文章。2、Stats>>Referrers页面是用来查看其他地方对文章的引用的,而本来太多的google引用给查看引用带来了不便, 现在过滤掉了google的引用。 sumtec建议增加用户自定义过滤关键字的功能。博客园会尽快加上。 阅读全文
posted @ 2004-05-19 13:22 dudu 阅读(1141) 评论(0) 推荐(0) 编辑