Bartosz Wójcik

Results 11 issues of Bartosz Wójcik

It's less useful than bytemod, I cannot even edit the bytecode (I can only delete and insert instructions), how is that an usability improvement? Also code is hidden and I...

Hi, I need some little help, I'm trying to split variable declarations like: ```java int x = 5; ObjectOrClass newStuff = new ObjectOrClass(); ``` into: ```java int x; x =...

Is there a way to still identify the MethodDeclaration after I change it's name and params? 1. I go thru all the classes 2. I visit all `MethodDeclaration`-s 3. I...

Question (JP usage)

Hello, can you add my little project to your list? JObfuscator - Java source obfuscator URL: https://www.pelock.com/products/jobfuscator Thank you :)

Well, it doesn't compile on Visual Studio 2013 (thanks to your ROT implementation), by ignoring Visual Studio you ignore a large group of programmers. I hope that sticking with your...

Hello, can you add my little project to your list? JObfuscator - Java source obfuscator URL: https://www.pelock.com/products/jobfuscator Thank you :)

Added multiple APIs from my little company * Radio Code Calculator API * AZTEC 2D Decoder API * AutoIt Obfuscator API * Java Obfuscator API * Assembly Obfuscator API *...

Add Steganography Online Codec, it's been used in a few crypto competitions https://buer.haus/2020/09/11/coin-coin-artist-20k-puzzle-write-up/

Add my own & free stego tool to the list. If you like it please accept this PR :) thank you. Great list BTW, so much information, I'm impressed.

I'm trying to find the first instance of `ClassOrInterfaceDeclaration` for the nested Java class methods, right now I use ```java Optional topNode = nestedMethodNode.findAncestor(ClassOrInterfaceDeclaration.class); ``` But it works only for...

Question (JP usage)