Jump to content

obfuscation doesn't like eval?


Recommended Posts

C:\Users\Chris\Desktop\Autoit files\obf_Obfuscated.au3 (3145) : ==> The requested action with this object has failed.:

$A131AA03135 = $A3F59E03D15.document.parentwindow.eval($A2C1AB0050D)

$A131AA03135 = $A3F59E03D15.document.parentwindow.eval($A2C1AB0050D)^ ERROR

fails no matter waht I do. is this an issue with obfuscation?

Link to comment
Share on other sites

  • Moderators

C:\Users\Chris\Desktop\Autoit files\obf_Obfuscated.au3 (3145) : ==> The requested action with this object has failed.:

$A131AA03135 = $A3F59E03D15.document.parentwindow.eval($A2C1AB0050D)

$A131AA03135 = $A3F59E03D15.document.parentwindow.eval($A2C1AB0050D)^ ERROR

fails no matter waht I do. is this an issue with obfuscation?

Well... Does it work before you obfuscate? lol...

You should always use a bit of error checking (such as If IsObJ($var) Then) in your scripts so that you don't get hard crashes, and you can debug issues later.

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • Developers

course =P I'm not that noobish, works great unobfuscated.

you will have to show some working code and the Obfuscated code to be able to tell whats wrong.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...