HorridModz

Results 14 issues of HorridModz

Here is another bug I found in py2many: The transpiler seems to fail to open files encoding with an encoding other than utf-8. I tried transpiling a python file with...

Hi, thanks for this awesome python transpiler! I am very excited to use this. I did find a couple bugs in it, which were expected. Here is the issue I...

At the end of 2.1 (page 12 in physical book), there is an image of all the characters in a program. It reads like this: ``` var average=(min+max)/2; ``` I...

Fix typo: Change Fake Obfsucator: > ### Fake Obfsucator to "Fake Obfuscator": > ### Fake Obfuscator

### Checks - [X] I have checked that this issue has not already been reported. - [X] I am using the latest version of Flow Launcher. ### Problem Description I've...

bug
Needs investigation

Fix typo in README.md: Change "implementing" to "implemented".

I was looking through the code of Beebyte Deobfuscator (you did a great job making it clean and readable) and I found that it compares field offsets. This confused me....

question

This is an awesome plugin, and I love it. I love it so much, I decided to create my own deobfuscator in python. I found that beebyte deobfuscator fails to...

suggestion

I'm developing a plugin for FlowLauncher, and of course, the process involves frequently building and reloading the plugin. This is pretty annoying, as I can't just build the plugin. Instead,...

enhancement
help wanted
keep-fresh

Other than the README, is there any further documentation for Schema? I'm having much difficulty using it to validate arguments for a command line application, as I'm trying to do...