Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A library for analyzing executables

Tags:

.net

linker

There are tools like Dependency Walker, dumpbin, ildasm for looking into DLLs/EXE files on Windows. I would like to analyze DLLs from code, especially dependencies both managed and unmanaged. Are there any (.NET) libraries out there for analyzing with similar functionality?

I want to use this to verify that we am deploying the right DLLs in setup program my company are creating. We have more than 200 DLLs.

like image 254
Arve Avatar asked Mar 01 '26 08:03

Arve


1 Answers

You can use the Cecil library to analyze managed executables. And you can use Gendarme that uses Cecil if you want a rule engine to check your application.

like image 79
Jb Evain Avatar answered Mar 04 '26 03:03

Jb Evain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!