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 could I add dll files as dependencies? #359

Closed
ShoelessTom opened this issue Sep 13, 2024 · 1 comment
Closed

How could I add dll files as dependencies? #359

ShoelessTom opened this issue Sep 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ShoelessTom
Copy link

Description

image
For example, if I have a dll file I want to add to this thing, how can I do so. or is this not possible?
Alot of programs I want to decompile and edit require me to add some missing dependencies to compile the edited version.
So my question is is there a way to do so or is there no way to add dependencies?

@ElektroKill
Copy link
Member

Hi, this can be done when editing using the C# edit dialog.

image

This button shown in the image allows the selection of an arbitrary DLL on the disk while the button next to it allows the selection of an assembly from the GAC which includes the basic framework assemblies.

@ElektroKill ElektroKill added the question Further information is requested label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants