Glenn 'devalias' Grant

Results 1040 comments of Glenn 'devalias' Grant
trafficstars

> My suggestion is to create a mapping file that lists generated variable names alongside their LLM-generated alternatives @neoOpus This is similar to an area I have spent a fair...

> One issue related to fingerprinting is that most of the stuff in a modern webapp bundle is dependencies. And most of the dependencies probably have public source code. So...

> > Resume-ability would also be a good thing to consider. > > Some of the discussion in the following issue could tangentially relate to resumability (specifically if a consistent...

FYI, there is some recent upstream discussion happening in `webcrack` around stable identifier renaming: - https://github.com/j4k0xb/webcrack/issues/154 - > An idea I had was hashing various attributes of a variable like:...

> Can you please not mention me everywhere? I was using GitHub's 'reference in another issue', which includes it; wanted to give credit to the source of the information I...

> But I have discussed with some LLMs about several ideas, issues, etc regarding this and I think we can get something more more robust. @neoOpus Awesome! I'd definitely be...

> i mean version for decode code encrypt for python > You should be able to wrap the CLI to Python wrapper if needed @jehna @Galkurta If I understand this...

> I wanted mainly to see how this works internally via a graph that explain the steps your tool do to deliver the finally result... a visual representation. > I...

@TheGreyRaven I would probably start by seeing if bumping to the latest version of @j4k0xb 's `webcrack` resolves the issue: - https://github.com/j4k0xb/webcrack - Online IDE: https://webcrack.netlify.app/ If it does, then...

This project currently seems to be using `2.13.0`: https://github.com/jehna/humanify/blob/f6a2190bc54572220a0cbff5b21cc2d7b283dcee/package.json#L62 Latest `webcrack` seems to be `2.15.0`: - https://github.com/j4k0xb/webcrack/releases - https://github.com/j4k0xb/webcrack/releases/tag/v2.14.0 - https://github.com/j4k0xb/webcrack/releases/tag/v2.14.1 - https://github.com/j4k0xb/webcrack/releases/tag/v2.15.0 @TheGreyRaven If you feel like doing a...