mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[GH-ISSUE #209] Error : The context size (4096)is too small to fit the context shift size 4096 #57
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#57
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 @LiAyase on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/209
I've encountered an issue while attempting to deobfuscate a JavaScript file that uses function name obfuscation and JSVMP reinforcement, utilizing a large model. My setup is a Windows 11 device with 64GB of RAM and an RTX 4000 ADA GPU with 12GB of VRAM. Could you advise me on how to proceed? Thank you very much!
@jehna commented on GitHub (Nov 11, 2024):
I think this might be because of the recent default context size change at version 2.2.0.
As a workaround you could set the
--contextSizeargument to something less than 1000, like 750 and try again.If you can provide an example file which results in this kind of error, it would be super good so I can fix the underlying issue
@ahmedalatawi commented on GitHub (Nov 12, 2024):
@jehna Im having the same issue. How to set the
--contextSizeargument? Could you please provide an example. I tried this and it didn't work:humanify local --contextSize=750 file.js@LiAyase commented on GitHub (Nov 13, 2024):
@jehna Thank you for your reply. Unfortunately, for some reason, I am unable to provide you with the JS file. humanify local --contextSize=750 file.js and humanify local --contextSize 750 file.js, I have tried this but it didn't work
@jehna commented on GitHub (Nov 13, 2024):
Can you try lower values too? The original was 200, at least that should work