chris uchizono

Results 7 issues of chris uchizono

From convo on discord (huge thanks to @MrExplode for spotting!): https://canary.discord.com/channels/495471385351553024/495481816128421899/831649568336117780 The current renamer design (both radon 2 and 3) attempts to check all subclasses of a parent class for...

suggestion
top priority
radon issue

Title is self-explanatory. Thanks to various people (most recently Tenon4ik#1007) for reminding me. Offending transformers: * https://github.com/ItzSomebody/radon/blob/c84286d9ab86c95edf2c976066c4a78ccd8bbb0a/src/main/java/me/itzsomebody/radon/transformers/obfuscators/numbers/BitwiseObfuscator.java Note to self: make sure to fix in radon 3.

radon issue

This PR will hold the commits that I am proposing to address #21, #10, and #1. Still todo: * Redo QUICKLINKS.md * Redo README.md * Add issue and PR templates...

To be frank, the current layout of the repo absolutely *sucks*. There is essentially no convention for formatting each entry and referencing is already a mess despite having only a...

Saw your warning @ https://github.com/GraxCode/threadtear#warning and thought it would be cool if people could see what an example of a successful arbitrary code execution would look like on threadtear as...

bug

Why is softlayer not in list?

The current implementation of ExclusionManager takes a Map as a constructor as a collection of patterns. https://github.com/ItzSomebody/radon/blob/7d3e8719afdb832c95ca19e2817e33d2b3f36c32/xyz.itzsomebody.radon/src/main/java/xyz/itzsomebody/radon/exclusions/ExclusionManager.java#L30-L44 This is a flawed implementation because it allows for overwriting exclusion patterns in...

radon issue