Maurice Fonk

Results 17 comments of Maurice Fonk

That's a good idea. We could have a simple list of regexes in the config file.

I'll try to free up some time soon, do want to get this in.

This could very well be, I will look into it.

Is the syntax error happening in the obfuscator itself, or is the outputted structure not valid PHP perhaps? From the provided code sample I can't really see what the issue...

It should be possible to add consistent scrambling by re-using the same hash method (method names should be hashed the same regardless of where they occur). The problem with this...

@gburtini if you put up a PR from your branch we can move on it.

The scrambling uses a hashing method, which will create a consistent output for any given input (function name). The problem with it is mostly that PHP allows for dynamic calls,...

Perhaps a regular expression for variable names could be implemented, it would solve this problem. In general, however, you'll find that variable variables will cause problems with this kind of...

@iverberk master tagged with `0.0.7`

To get this straight, the build data itself would then be alphabetically ordered?