-
Updated
Nov 25, 2020 - TypeScript
obfuscation
Here are 345 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Swift
-
Updated
May 26, 2020 - PHP
-
Updated
Oct 30, 2020 - Python
-
Updated
Nov 28, 2020 - C#
-
Updated
May 8, 2019 - Python
-
Updated
Dec 4, 2020 - Python
--- FAIL: TestScripts (0.19s)
--- FAIL: TestScripts/tiny (8.78s)
testscript.go:382:
# Tiny mode (8.772s)
> garble -tiny build
> ! binsubstr main$exe 'main.go' 'fmt/print.go'
> env GODEBUG='allocfreetrace=1,gcpacertrace=1,gctrace=1,scavenge=1,scavtrace=1,scheddetail=1,schedtrace=10'
> ! exec ./main$exe
-
Updated
Sep 12, 2020 - C++
-
Updated
Dec 16, 2018 - Python
-
Updated
Jul 25, 2020 - Python
Is your feature request related to a problem? Please describe.
If you have XAML Databinding to public members and use ForceRen (because lets assume your project is not a public library so renaming public methods is acceptable) then this will obviously break databinding.
Describe the solution you'd like
I've hacked a solution which extracts all databinding out of the XAML and makes a l
Bundle Support
-
Updated
Jun 5, 2020 - C
-
Updated
Apr 1, 2019 - Python
Add 'since' information to plugin configuration parameters by inspecting the commit history.
-
Updated
Nov 23, 2020 - Java
-
Updated
Jul 24, 2020 - C++
When running confusion(Loading classpath...), this exception was thrown, how to solve it?
-
Updated
Dec 3, 2020 - Go
at the moment only ntw::system namespace and ntw::memory components are tested.
It would be great to have a test suite that covers most of the library.
-
Updated
Jun 17, 2019 - C#
-
Updated
Sep 5, 2020 - Java
-
Updated
Feb 26, 2020 - C++
-
Updated
Sep 4, 2020 - Python
Improve this page
Add a description, image, and links to the obfuscation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the obfuscation topic, visit your repo's landing page and select "manage topics."
Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure Mutators don't just work on their separately, but together as well. I've run into a few random cases where using Mutators in specific combinations produces faulty payloads, and want a test that can do this for me.
Us