Jump to content

Autoit/SciTe old version (<2015)


Recommended Posts

Hello,

Where can I find an old version of Autoit/SciTe, published before 2015 ?

Thank you

 

Why ?

Because some time ago I had created a script that would read a binary file that contained program data.

With the old versions of Autoit / SciTe I was able to extract readable text and then chek the text.

With the current version when I do a FileRead it displays Asian characters.

I already try all Encodings.

image.png.e4273dba077742a67236be18fa4d6fb1.png

Edited by czmaster
Link to comment
Share on other sites

  • Developers

It is unclear for me how how you read the binary data. 
Show the script and tell us exactly what you do when you want me to help try solve this with the current version. ( which is the best solution in my mind!)

Jos

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

My script looks like this.

$txt=FileRead("binary.data")
if(StringInStr($txt,"substring")) Then
    ...
EndIf

It is unclear for me how how you read the binary data. 

I can not read all the binary data but I can check substring.

With the same code and the older Autoit I can read "substring", with the new version version I read something like that 学文中.

 

 

Edited by czmaster
Link to comment
Share on other sites

  • Developers

Please provide a simple/small script together with the binfile in a zip, so we can test to see what is happening.

Jos

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...