mirror of
https://github.com/jehna/humanify.git
synced 2026-04-29 10:35:48 +03:00
[GH-ISSUE #598] For some reason the source code is missing a character, and Humanify breaks in parsing the file #92
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @springrider on GitHub (Sep 9, 2025).
Original GitHub issue: https://github.com/jehna/humanify/issues/598
humanify gemini -m gemini-1.5-pro --apiKey="" obfuscated.js
obfuscated.js
I tried both openai & gemini, all encountered the same error:
I have attached the file need to be de-obfuscated, it's relative large, and the file is working without problem. Not sure why it constantly generate code that has basic grammar issue...
@0xdevalias commented on GitHub (Sep 9, 2025):
@springrider As a starting point, it's probably worth checking if you get that error when running the file through
webcrackon its own (whichhumanifyuses under the hood); as that should help narrow down if the issue is withinhumanifyitself or not:Edit: Further context and suggestions from GitHub Copilot using GPT-5 (that I haven't deeply / manually verified, so take it with a grain of salt):
@jehna commented on GitHub (Jan 25, 2026):
As suggested by @0xdevalias , there seems to be a missing character in this line of code: The correct format should be
var n = t[r]instead ofar n = t[r]. If @springrider you can provide the original file or check if the original source file also is missing thevofvar, we can check on how to deal with this issue