AndrewRathbun / KAPE-EZToolsAncillaryUpdater

A script that updates KAPE (using Get-KAPEUpdate.ps1) as well as EZ Tools (within .\KAPE\Modules\bin) and the ancillary files that enhance the output of those tools
MIT License
53 stars 5 forks source link

clean up .net 4 functions #12

Closed Donovoi closed 1 year ago

Donovoi commented 2 years ago

.net 4 functions could be a lot cleaner, similar to the .net 6 ones. I'd like to make them a bit shorter and see where .net 4 and .net 6 can share some code instead of it being a copy paste job.

Let me know if you are happy for me to work on this one.

AndrewRathbun commented 2 years ago

Go crazy with it! Thank you for your work. Really appreciated!

AndrewRathbun commented 2 years ago

@Donovoi FYI

https://www.kroll.com/en/insights/publications/cyber/kape-quarterly-update-q2-2022

Appreciate all your work helping make this script better!

Donovoi commented 2 years ago

WOW! Thanks Andrew!! what an honour :D

More to come!

AndrewRathbun commented 2 years ago

WOW! Thanks Andrew!! what an honour :D

More to come!

Good work should be recognized. Thanks for all you do!

AndrewRathbun commented 1 year ago

.NET 6 is the default now, as discussed in https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater/issues/16. There's no need to do this anymore.