Announcement

Collapse
No announcement yet.

BurnOut 1.01 released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BurnOut 1.01 released

    I' proud to announce a new BurnOut release:
    BurnOut 1.01
    http://sourceforge.net/projects/burnout
    gf7

    For those of you who never heared about BurnOut (first of all: shame on you ):
    BurnOut is a protection scanner which detects more than 50 protections. To run BurnOut you need at least the Mircosoft .Net Framework 1.1.

    changelog:
    * New protection detections:
    -AACS
    -DVD-Movie-PROTECT
    -JoWooD X-Prot v1
    -Protect DVD-Video
    -Ring-Protech
    -Softlock
    -SolidShield
    -Sysiphus DVD
    -XCP
    * 3Plock detection improved
    * Armadillo detection improved
    * CD-Cops detection improved
    * Code Lock detection improved
    * Hexalock AutoLock detection improved
    * JoWooD X-Prot v1 and v2 detection improved
    * JoWooD X-Prot v1 version detection added
    * LaserLock version and build detection added
    * LaserLock Marathon and Laserlock detection improved
    * SafeCast detection improved
    * SafeDisc version detection out of file size improved
    * VOB ProtectCD/DVD Build detection improved
    * EVORE can now be used to get the exact VOB ProtectCD/DVD version
    * ProtectDISC 8.1 detection added
    * ProtectDISC version/build detection improved
    * SecuROM 1-3 detection improved
    * StarForce version detection improved
    * SVK Protector detection improved
    * TAGES detection improved

    * minor changes in app closing procedure
    * minor gui changes (filename display)
    * new functions "ANSItoUnicodeString" and "UnicodetoANSIString"
    * EVORE improved

    * the check if file is executable is now done before file is completely read in
    * the file executed by EVORE is now a copy of the scanned file put to the computer's temp directory and not the scanned file itself

    * Fixed a Bug which made BurnOut not detect StarForce in protect.dll and protect.exe
    * Fixed a Bug which caused BurnOut to freeze while scanning a ProtectDISC 8.0 protected file

    * New language: Italian (thx to Pispolino)
    BurnOut
    -the Open Source protection scanner-

  • #2
    Private Function Dummyfiles(ByVal files() As System.IO.FileInfo) As Boolean
    Dim i As Integer
    For i = 0 To files.Length - 1
    Try
    If files(i).Length > 681574400 Then '681574400 Bytes = 650 Mb
    Return True
    End If
    Catch ex As Exception
    End Try
    Next i
    End Function


    what if its a dvd?
    my views are 100% personal views..

    Comment


    • #3
      Check if DVD or CD is done before! Have a deaper look at the code.
      BurnOut
      -the Open Source protection scanner-

      Comment


      • #4
        erm my point was that dvd's could have dummy sizes greater than the size you check for
        my views are 100% personal views..

        Comment


        • #5
          ahh, understood you.
          BurnOut is only checking for dummy files on CDs.
          You have a "dummy files" protected DVD (with nothing but this protection)?
          BurnOut
          -the Open Source protection scanner-

          Comment


          • #6
            currently nope, but its definately possible... i was just pointing out the size check might not be too reliable for dvd's... best method would be to try and access the file, get the size, seek to the end-1 byte, read byte.. if failure, the toc is bad.. if successful it isnt... and so on... one game i can think off hand that definately did this was the old delta force games...
            my views are 100% personal views..

            Comment


            • #7
              when I check a SF 5.5 DVD with burnout1.o1,it tells Securom,uh...

              Comment


              • #8
                That should not be!
                Are you shure that it is protected with StarForce?
                Is any version information given by BurnOut?
                Can you pm me with further information on the DVD?!
                BurnOut
                -the Open Source protection scanner-

                Comment


                • #9
                  heh kings bounty?
                  my views are 100% personal views..

                  Comment


                  • #10
                    Originally Posted by gf7 View Post
                    That should not be!
                    Are you shure that it is protected with StarForce?
                    Is any version information given by BurnOut?
                    Can you pm me with further information on the DVD?!

                    I have sent a picture to gfmail gamil.com,is it correct?

                    Comment


                    • #11
                      nah, it's gmail!
                      A friend of mine already reported that latest StarForce (5.50.9) in King's Bounty is not found by BurnOut.
                      But SecuROM should normally not be detected on this disc!
                      BurnOut
                      -the Open Source protection scanner-

                      Comment


                      • #12
                        well for the 3 'main' files in kings bounty.. burnout 1.01 found nothing... kb.exe (upx'ed starforce), protect.exe (100% starforce), protect.dll (100% starforce)...

                        only did it as 'scan in files' though.. not from the disk... its starforce frontlines btw... the problem is in your version information 'processing'...
                        my views are 100% personal views..

                        Comment


                        • #13
                          another Problem:

                          BurnOut don't see Securom on GTA Vice City (German).

                          Comment

                          Working...
                          X