Magpie : Assembly analysis using Mono.Cecil

This thesis is about the possibility for program developers to write programs that are able to interact with already managed files. That means that they are compiled into intermediate language files, which is impossible to read for a human. The objective of this project was to develop a program that...

Full description

Bibliographic Details
Main Author: Holmström, Magnus
Format: Others
Language:English
Published: Uppsala universitet, Institutionen för informationsteknologi 2012
Online Access:http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-180849
Description
Summary:This thesis is about the possibility for program developers to write programs that are able to interact with already managed files. That means that they are compiled into intermediate language files, which is impossible to read for a human. The objective of this project was to develop a program that would use this possibility to interact with compiled files. This in order to extract information from them about how and if they reference to other chosen compiled files. This thesis also explains the different tools, such as programs, used in this project to accomplish the task at hand.