-
Updated
Aug 17, 2021 - TypeScript
obfuscation
Here are 434 public repositories matching this topic...
-
Updated
Jun 14, 2021 - Swift
-
Updated
May 28, 2021 - Python
-
Updated
Jul 10, 2021 - C#
-
Updated
Sep 1, 2021 - Python
-
Updated
Jul 17, 2021 - PHP
-
Updated
May 8, 2019 - Python
-
Updated
Mar 9, 2021 - C++
Bundle Support
Will it support Android Application Bundle (.aab) in the following ?
-
Updated
Aug 1, 2021 - Java
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
-
Updated
Aug 29, 2021 - Objective-C
python3
This project is finished?
can help You if You need this project and support for python3?
-
Updated
Jul 25, 2020 - Python
-
Updated
Dec 16, 2018 - Python
When running confusion(Loading classpath...), this exception was thrown, how to solve it?
-
Updated
Jun 10, 2021 - C
-
Updated
Jul 13, 2021 - Go
Add 'since' information to plugin configuration parameters by inspecting the commit history.
-
Updated
Aug 12, 2021 - Assembly
Hi!
So it looks like we've got our configuration now running very stably, very swimmingly - but it LOOKS like, from the interface, I can create AND manage multiple WireGuard servers/interfaces. Trouble is, it doesn't seem like I can do that - I've created wg1
and wg2
interfaces with the intent of segregating users and their access to our internal resources, but I don't get any kind of a man
-
Updated
Jul 24, 2020 - C++
-
Updated
Aug 1, 2021 - C++
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
Dec 29, 2020 - C++
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