Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: I need help with a certain exstention.  (Read 7292 times)

0 Members and 1 Guest are viewing this topic.

moris

    Topic Starter


    Starter

    I need help with a certain exstention.
    « on: June 27, 2009, 09:58:23 AM »
    I need help with .cpk to uncompress it, but it is also packed with RST and i dont know how to unpack it any software out there that can do this?

    luck of the irish



      Intermediate
    • Thanked: 8
    • Experience: Experienced
    • OS: Windows 7
    Re: I need help with a certain exstention.
    « Reply #1 on: June 27, 2009, 10:07:37 AM »
    what will you be doing with the uncompressed file?

    Mulreay

    • Guest
    Re: I need help with a certain exstention.
    « Reply #2 on: June 27, 2009, 10:17:05 AM »
    Better still where did you get it from (email?) And why is it in CPK format?

    moris

      Topic Starter


      Starter

      Re: I need help with a certain exstention.
      « Reply #3 on: June 27, 2009, 10:18:19 AM »
      here is an example and no i am tryign to edit the file and id idnt get it from email but from a game trying to see if i can do soemthing.

      RST   C |          |            gE                                                                                 MZ         @ ;  +(      !L!This program cannot be run in DOS mode.

      $ %NV7a/8d   ede/8dr'Qdc/8dd#gdi 7dg\ gdl Xd/8d<e 'gd`_r'e'ea/9d.
      Xd
      dd#b Richl'    PE  L H&J ! 
       ` 
        IpLdm+T,  0"t @H      l  h4      (   t 4  H p p?. .text   *P\|l| )     `.rdata  8  m@ ) NJ@. T  @| X \.reloc  `PN  }  @  B              '  Vt$W   _^ ' '$  
      D$D$}tT$YD$Yx &3@  HD@  D ff?H,HHH   ?PH$H HP(3AAA QA$A AQ(QA@ 
      tt1$*<  $\$AL$ ɨY ޜ D$L$T$ |
      AX
      u&D$   =t XY hXd$ XtH*t'A0PP
         RPA,)'|   ъB,$h4L$,D$ `,QPPJ4T
      J8\L$\ $J8DJ0Q8lD$J0L J4 X L$\PL$X $ $t!u6$MD*B |JBQ8HDt
      Z$ B">B#/AB hAPH VWq VyWD$l$ 
       DT$k\ WGO _F
      F#jCP ?^K ̃ A PQTQD P\

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #4 on: June 27, 2009, 10:22:28 AM »
      Were not here to Hack programmes mate. End of.

      luck of the irish



        Intermediate
      • Thanked: 8
      • Experience: Experienced
      • OS: Windows 7
      Re: I need help with a certain exstention.
      « Reply #5 on: June 27, 2009, 10:24:56 AM »
      That is what I needed to know, unforutnately for you we are not a site the promotes the piracy of games or the hacking of them, I am sure Sega did not intend for you to use the game the way you are planning to.

      billrich

      • Guest
      Re: I need help with a certain exstention.
      « Reply #6 on: June 27, 2009, 10:41:06 AM »
      You have displayed a complied exe program.

      To read the program, You need the source code before it was complied.

      You will need to contact the company that created the program ( complied exe file ).  They might sell the source file but I doubt it.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: I need help with a certain exstention.
      « Reply #7 on: June 27, 2009, 12:36:05 PM »
      Billrich is right- it's far easier with the source code. On the other hand, a lot of games store a lot of stuff in configuration files- for example, Duke Nukem 3d has external "CON" files which determine the behaviour of the in-game enemies. Barring that, depending on what game it is, there might be a number of useful tools you can use. Another possibility might be to dissassemble the program itself- this will transform the machine code into assembly code, which won't be anything close to the actual source code they used, but is a lot better then trying to edit bytes. The downside being that the only disassemblers I know of come with paid programs- Such as Visual Studio and IDA Pro, However, there is a free version of Visual Studio .NET that may (or may not) have a usable disassembly view.

      I am sure Sega did not intend for you to use the game the way you are planning to.

      Sega? where do you gather it's a Sega game?

      I was trying to dereference Null Pointers before it was cool.

      Aegis



        Expert

        Thanked: 67
        • Yes
        • Yes
        • Brian's Mess Of A Web Page
      • Experience: Experienced
      • OS: Windows 10
      Re: I need help with a certain exstention.
      « Reply #8 on: June 27, 2009, 12:47:10 PM »
      Quote

      Now squint.  See?  Sega!   ;D


      "For you, a thousand times over." - "The Kite Runner"

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: I need help with a certain exstention.
      « Reply #9 on: June 27, 2009, 12:48:35 PM »
      hmm... maybe if I print this off, and apply heat as a investigative tool, I can determine the source of the company name... ;)
      I was trying to dereference Null Pointers before it was cool.

      Aegis



        Expert

        Thanked: 67
        • Yes
        • Yes
        • Brian's Mess Of A Web Page
      • Experience: Experienced
      • OS: Windows 10
      Re: I need help with a certain exstention.
      « Reply #10 on: June 27, 2009, 12:50:24 PM »
      Yes, the heat should be at 451 degrees Fahrenheit, at least according to the title of a famous science-fiction novel.   ;D


      "For you, a thousand times over." - "The Kite Runner"

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #11 on: June 27, 2009, 01:04:29 PM »
      I think you are being a little harsh Gents. If you search for these files on Google then Sega pops it's head up everywhere. The guy's a starter not a Mod. Plus since when do we show how to 'break into' programmes? Carbon has already shut a double post down saying that we don't help we these problems. So I'm lost to know where this is going??  ???

      Aegis



        Expert

        Thanked: 67
        • Yes
        • Yes
        • Brian's Mess Of A Web Page
      • Experience: Experienced
      • OS: Windows 10
      Re: I need help with a certain exstention.
      « Reply #12 on: June 27, 2009, 01:11:13 PM »
      We're just teasing -- and the 'heat as investigative tool' is reference to another thread...


      "For you, a thousand times over." - "The Kite Runner"

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: I need help with a certain exstention.
      « Reply #13 on: June 27, 2009, 02:01:21 PM »
      If you search for these files on Google then Sega pops it's head up everywhere.

      It's a windows PE executable. I'm not sure where the OP got the CPK from either- but it is a windows executable, not a CPK, or RST file.
      I was trying to dereference Null Pointers before it was cool.

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #14 on: June 27, 2009, 02:31:21 PM »
      here is an example and no i am tryign to edit the file and id idnt get it from email but from a game trying to see if i can do soemthing.

      Is that not hacking a programme then BC? I asked originally where he got it from he admitted it was from a game programme.. could of been Sega just to stand up for 'luck of the irish' he did the right thing. And so did Carbon where he dismissed his second post telling him we don't deal with these issues. I'm either totally wrong and I bow my head and apologise or I'm just to stupid to understand the rules anymore.