BitMono icon indicating copy to clipboard operation
BitMono copied to clipboard

Configure name of dll from BitMono CLI

Open techei opened this issue 1 year ago • 4 comments

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.

techei avatar Mar 17 '23 09:03 techei

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

sunnamed434 avatar Mar 17 '23 10:03 sunnamed434

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 avatar Mar 29 '23 10:03 techei

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

techei avatar Mar 30 '23 04:03 techei

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?

sunnamed434 avatar Apr 24 '23 10:04 sunnamed434