mgajda83 / PSWindowsUpdate

This module contain cmdlets to manage Windows Update Client.
MIT License
253 stars 24 forks source link

Compiled Code Source #11

Open mattcargile opened 7 months ago

mattcargile commented 7 months ago

Are you willing to put up the source code for the compiled portion of this code base. It would certainly help as community members and I have often wondered about it.

zorski commented 5 months ago

Second that! Would be great if the dll library part was open-sourced (and easier to defend its use in work environments)

rasmus-z commented 4 months ago

Third that, I am always wary running non-open-source software that mucks with Windows.

jzavcer commented 4 months ago

You can use the jetbrains dotpeak decompiler and look at the dll source code.

On Sun, Mar 10, 2024 at 5:01 AM rasmus-z @.***> wrote:

Third that, I am always wary running non-open-source software that mucks with Windows.

— Reply to this email directly, view it on GitHub https://github.com/mgajda83/PSWindowsUpdate/issues/11#issuecomment-1987150210, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4QMDYZXE35KNOUM3HCG5LYXQOO5AVCNFSM6AAAAABAYVRQ4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXGE2TAMRRGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mattcargile commented 4 months ago

You can use the jetbrains dotpeak decompiler and look at the dll source code. On Sun, Mar 10, 2024 at 5:01 AM rasmus-z @.> wrote: Third that, I am always wary running non-open-source software that mucks with Windows. — Reply to this email directly, view it on GitHub <#11 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4QMDYZXE35KNOUM3HCG5LYXQOO5AVCNFSM6AAAAABAYVRQ4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXGE2TAMRRGA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Right. You can use dnSpy as well. It would be more convenient and in good faith to post it on Github.