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

Configure name of dll from BitMono CLI #109

Open
techei opened this issue Mar 17, 2023 · 4 comments
Open

Configure name of dll from BitMono CLI #109

techei opened this issue Mar 17, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@techei
Copy link
Contributor

techei commented Mar 17, 2023

Summary

While obfuscating a dll BitMono CLI takes 3 arguments as of now:
::-f dll to obfuscate
::-l location of all dependencies
::-o Path to store obfuscated dll

It will be helpful feature if output DLL name is also configurable here.

Basic Example

Now BitMono created a DLL with same name, if output path is same as original DLL path this feature will be useful.

@sunnamed434
Copy link
Owner

Yeah, it would be cool to add, do you have any ideas about the argument name?

@sunnamed434 sunnamed434 added the enhancement New feature or request label Mar 17, 2023
@techei
Copy link
Contributor Author

techei commented Mar 29, 2023

I have 2 ideas, we can use below 2 as argument name:

  1. -o: path can be folder path + file name (if this argument ends with \ it's output path otherwise it's path + fileName)
  2. -on: Output dll(/exe) name

@techei
Copy link
Contributor Author

techei commented Mar 30, 2023

I will raise a PR over this weekend(on 04/01 - 04/02), if no one else is taking care of this enhancement.

@sunnamed434
Copy link
Owner

I will raise a PR over this weekend(on 04/01 - 04/02), if no one else is taking care of this enhancement.

@techei Do you still plan to add this?

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