Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract some dll files from App assembly using dnpatch ? #45

Open
gagmeng opened this issue Sep 8, 2017 · 2 comments
Open

How to extract some dll files from App assembly using dnpatch ? #45

gagmeng opened this issue Sep 8, 2017 · 2 comments

Comments

@gagmeng
Copy link

gagmeng commented Sep 8, 2017

When i debug the app with dnspy, some dll files are available in modules window of dnspy. How can i extract these dll files from App assembly using dnpatch or dnlib ? Thanks

@SlowLogicBoy
Copy link

you can only extract loaded modules when app is running, dnpatch and dnlib does everything with assemblies themselves without running, so it's not possible, usually loaded modules are referenced assemblies, so you can get assembly references, but this will only work for non packed and non obfuscated assemblies, because packed/merged/obfuscated assemblies might have modules integrated as resources, and to extract them you will need to write some script by yourself

@gagmeng
Copy link
Author

gagmeng commented Sep 9, 2017

Could you give me some guidances for some simple script? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants