Jump to content

Decompiler?


Rhys
 Share

Recommended Posts

Right well i have this script which disables certain sites, but its encrypted and id like to look into the coding of it.

Is there a decompiler for AutoIt files?

This is the only part of the code that is readable.

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
        type="win32"
        processorArchitecture="*"
        version="3.0.0.0"
        name="AutoIt3"
    />
    <description>AutoIt v3</description>

    <!-- Identify the application security requirements. -->
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
        <security>
            <requestedPrivileges>
                <requestedExecutionLevel
                    level="asInvoker"
                    uiAccess="false"/>
            </requestedPrivileges>
        </security>
    </trustInfo>

    <!-- Identify the application dependencies. -->
    <dependency>
        <dependentAssembly>
            <assemblyIdentity
                type="win32"
                name="Microsoft.Windows.Common-Controls"
                version="6.0.0.0"
                language="*"
                processorArchitecture="*"
                publicKeyToken="6595b64144ccf1df"
            />
        </dependentAssembly>
    </dependency>
</assembly>

the rest is like

H  €   ˜ €   Ø €    €   H €    €   X €                  ¸  €   à  €    €   0 €   X €   € €   ¨ €   Ð €       ø €
     €   H €   p €                  Ð   œ¥  ¨%                              ø   HË   h                               ´Ñ    ¨                               H  `à     ¨                               p  ñ  è                               ˜  øó   ¨                               À  ¤ü   (                            è  Ðý   h                              <
 h                            8  ¨
 (                            `  Ô
 (                            ˆ   

 (                         ¦   ° €                    È  ø:    P                          è  ð €                      H;   ü                             X €   € €    ¨ €
   Ð €   ø €     €                    p  H<  ˜                               ˜  àA                                 À  pH     €                              è  ðL    Ä                                 ¸R  \                            8  Y   ˆ                         ¡   x €¢     €¤   È €©   ð €                      ,
 „                              ¸  ´
                              à  Ì
                                ä
                              0 €                   H  ü
                              p €                   ˆ   
 £          ˜Õ (   0   `          €%

Anybody know of a decompilers.

This is the Filter Off side i mainly want.

Link to comment
Share on other sites

Right well i have this script which disables certain sites, but its encrypted and id like to look into the coding of it.

Is there a decompiler for AutoIt files?

Damn! Are people ever going to look through the forums for answers. This has been answered repeatedly and as late as yesterday.

It's also a question which history shows never ends up with a good result so never ask it.

If it was written in an early version of AutoIt then the Exe2Aut will work. If it's a later version then the answer is NO.

EDIT:

And if anyone posts any external links in this thread you can bet you will get banned.

Edited by GEOSoft

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

i searched a bit for the unblocker itself.

It was recently made i know that much.

Could have atleast told me that there is no proper decompiler and to search through other sites to find one.

Edited by Rhys
Link to comment
Share on other sites

  • Developers

i searched a bit for the unblocker itself.

It was recently made i know that much.

Could have atleast told me that there is no proper decompiler and to search through other sites to find one.

You could have spared yourself the comments when you would have bothered to read the helpfile and use the search.

*click*

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

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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