Jump to content

Recommended Posts

Posted

My program has a variable with binary yet it fails when passed through IsBinary and will just  write the characters as text when you use FileWrite.

when writing to a file a Hex Editor should see this

42       B

But it does this

34 32       42

How can I force Autoit to recognize that my variable contains binary values?

Posted

I have solved my own problem. At some point the the binary was split and then improperly concatenated resulting in BB becoming 0x420x42 instead of 0x4242.

Posted

I have resolved all my issues. Unfortunately, I resorted to a mad sequence of trial and error and have very weak grasp of what I did to fix it. As such any help would greatly be appreciated.

Posted

We are supposed to guess the code?

Leave more information than just tidbits of results.

It also depends on the time of day for people to respond.

So, have more patience.

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
  • Recently Browsing   0 members

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