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

Could it be possible to allow exporting a stub project ? #349

Open
SeleDreams opened this issue Aug 4, 2024 · 1 comment
Open

Could it be possible to allow exporting a stub project ? #349

SeleDreams opened this issue Aug 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SeleDreams
Copy link

Problem Description

I am working on a software that injects itself into a program to extend its features with an unofficial plugin support.
I would like to be able to provide builds more easily using continuous integration, but since the software it uses as a reference is proprietary, I cannot legally bundle it. So it forces me to use reflection for the entire software which is not a convenient workflow at all.

Proposal

It would be nice to be able to export a stub project from a source exe or dll.
The stub project would contain the interface to the program without the actual implementations, which would make it easier to add to continuous integration workflows where we can't bundle the program, the dependencies would get resolved at runtime anyway.

Alternatives

It's currently possible to export a visual studio project and manually remove the implementation from all methods but this is clearly impractical for a big project.

Additional Context

No response

@SeleDreams SeleDreams added the enhancement New feature or request label Aug 4, 2024
@GazziFX
Copy link

GazziFX commented Aug 4, 2024

I think you can create standalone app with dnlib that will replace all methods with stub, and then decompile it

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

No branches or pull requests

2 participants