一个简单的实用程序,用于列出给定.NET程序集的所有方法并调用它们

网友投稿 710 2022-10-20

一个简单的实用程序,用于列出给定.NET程序集的所有方法并调用它们

一个简单的实用程序,用于列出给定.NET程序集的所有方法并调用它们

RunDotNetDll - It is a simple utility to list all methods of a given .NET Assembly and to invoke them.

RunDotNetDll allows to introspect a given .NET Assembly in order to list all the methods which are implemented in the Assembly and to invoke them. All this is done via pure Reflection.

I created this utility in order to easily analyze malicious .NET programs that load at runtime additional .NET Assembly. Once that you have extracted the Assembly you need a mean to run it but if it is a DLL is not so easy.

With RunDotNetDll you can invoke a specific method of the given Assembly.

Release Download

Source codeDownload binary

Usage

RunDotNetDll has a syntax similar to RunDll32, it accepts a DLL and a method to invoke. If no method is provided, a list of all defined methods is displayed.

Find below an example of execution:

Authors

Antonio Parata - Core Developer - s4tan

License

RunDotNetDll is licensed under the MIT license

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:APP运营模式(app运营方案)
下一篇:CodeForces Round #140(226B) - Naughty Stone Piles
相关文章

 发表评论

暂时没有评论,来抢沙发吧~