You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then sending the output to another file using eg. lua output.lua > log To Reproduce
Steps to reproduce the behavior:
obfuscate a file using the strong preset open the file and search for something which looks similar to
local n,s,f,l,e,k,D,r,Y,y,h,j,O,J,Q,P,p,C5,c,x,o,R,u,a,q,Z,z,K,W,t5,N,L,A,S while B do
copy the local names and paste them into a print function like:
run the file and output it to something like > log.
Additional context
Add any other context about the problem here.
this is a critical flaw since it can expose function addresses, line info leading you to the anti tamper forced errors and more...
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
the bug is:
the above code represents the local variables of a strong preset file. it can easily be dumped by doing:
and then sending the output to another file using eg.
lua output.lua > log
To Reproduce
Steps to reproduce the behavior:
obfuscate a file using the strong preset open the file and search for something which looks similar to
copy the local names and paste them into a print function like:
the result should be similar to:
run the file and output it to something like > log.
Additional context
Add any other context about the problem here.
this is a critical flaw since it can expose function addresses, line info leading you to the anti tamper forced errors and more...
The text was updated successfully, but these errors were encountered: