-
i am using 4.0.16.
i have this in my web.config:
```
```
i also tried this:
```
protected void Application_Start(object sender, EventArgs e)
{
Licensing.RegisterLicense("reallylongkeyhere");
L…
-
When using the web-interface at http://jsbeautifier.org/ and pasting
``` JavaScript
var _0xa = ["\x30"];
```
and then pressing "beautify", everything disappears. "Detect packers and obfuscators" opt…
-
[Google Issue #672 : https://code.google.com/p/haxe/issues/detail?id=672]
by ah.duros, at 03/03/2012, 11:59:10
A new compiler flag --js-contain, which will wrap output in a closure and run in "s…
-
[Google Issue #672 : http://code.google.com/haxe/issues/detail?id=672]
by ah.duros, at 2012-03-03T11:59:10.000Z
A new compiler flag --js-contain, which will wrap output in a closure and run in "…
-
The script generated with `rake release` generates a script that, if used without modification, does not play well with JS minifiers/obfuscators like Uglify.
Example:
``` javascript
/*jshint eqnull:…
-
**Command:**
_java -Xms512m -jar soot.jar -allow-phantom-refs -src-prec apk -android-jars C:/android/sdk/platforms -outjar -process-dir a.apk_
**Error:**
r.class
Writing to kawa\lang\Pattern.class
W…
-
Hello,
As a suggestion, I'd like to have an obfuscated version of my Javascript generated classes.
Would need a [Ofuscate=false] attribute to my entry point method/class to get my business started.
…
-
Hi!
I have this error:
[Fault] exception, information=RangeError: Error #1125: The index 2 is out of range 2.
A the line 652 of file ABCReader.as:
if(!instructions[instructionId])
while trying to …
-
Compatibility errors with A$m!a"y~e.t,a SWF Encrypt...
method
refid "orphan_method_0"
; Error while disassembling method: Don't know how to decode OP_subtract_p
; body
; maxstack 52
; localcou…
-
I can no longer profile scalac with yourkit (and it really needs some profiling!) because they obfuscate their jars, and the obfuscation algorithm generates packages and classes with the same name, as…