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


      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 #15 on: June 27, 2009, 02:42:53 PM »
      A: we don't know what program this is. It probably has nothing to do with sega.

      B: "Hacking" a program isn't illegal- Although it might be against the EULA. On the other hand, we don't know what the EULA is since we don't know what program it is!

      Additionally- I was wrong- only PART of it is a executable file- the executable itself doesn't start until the "MZ"; So it appears, as the OP himself said, that this is some form of compressed archive file he cannot open, which happens to contain a program. It is no different, then if somebody asked for help with a ZIP file that contained an executable, and, not knowing otherwise, pasted the crud that notepad shows when you open the zip file with it.
      I was trying to dereference Null Pointers before it was cool.

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #16 on: June 27, 2009, 02:50:08 PM »
      B: "Hacking" a program isn't illegal

      If this is ok on the forum then I apologise may be I got it wrong.

      Quantos



        Guru
      • Veni, Vidi, Vici
      • Thanked: 170
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Guru
      • OS: Linux variant
      Re: I need help with a certain exstention.
      « Reply #17 on: June 27, 2009, 08:45:56 PM »
      Quote
      B: "Hacking" a program isn't illegal

      It most certainly is, have you ever heard of copyright infringement?
      Evil is an exact science.

      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 #18 on: June 27, 2009, 09:24:11 PM »
      I think it is governed by the End User License Agreement.  Hack away to your heart's content on an open-source program, because the EULA allows; however, on copyrighted software...no - as the EULA will specify.


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

      Quantos



        Guru
      • Veni, Vidi, Vici
      • Thanked: 170
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Guru
      • OS: Linux variant
      Re: I need help with a certain exstention.
      « Reply #19 on: June 27, 2009, 09:45:35 PM »
      Quote
      Hack away to your heart's content on an open-source program

      Yes, that's a damned good point.  Geez, you guys are schoolin me all over again with stuff I'd forgotten :)
      I'm quite glad that I found this site.  It gives me something to do on my down time that keeps my brain from rusting.
      Evil is an exact science.

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #20 on: June 28, 2009, 12:27:18 AM »
      I think it is governed by the End User License Agreement.  Hack away to your heart's content on an open-source program, because the EULA allows; however, on copyrighted software...no - as the EULA will specify.

      Good call.

      luck of the irish



        Intermediate
      • Thanked: 8
      • Experience: Experienced
      • OS: Windows 7
      Re: I need help with a certain exstention.
      « Reply #21 on: June 28, 2009, 05:54:31 AM »
      If you google .cpk extension you will find it is a Sega here ...

      http://filext.com/file-extension/CPK

      quaxo



        Guru
      • Thanked: 127
        • Yes
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 11
      Re: I need help with a certain exstention.
      « Reply #22 on: June 28, 2009, 08:06:17 AM »
      If you google .cpk extension you will find it is a Sega here ...

      http://filext.com/file-extension/CPK

      And you will also find it's a Compiled Software Package file for ZENworks if you look at more than just the first link.

      luck of the irish



        Intermediate
      • Thanked: 8
      • Experience: Experienced
      • OS: Windows 7
      Re: I need help with a certain exstention.
      « Reply #23 on: June 28, 2009, 08:16:03 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.


      Zenworks is not a game though

      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 #24 on: June 28, 2009, 08:49:41 AM »
      Zenworks is not a game though

      Sega Doesn't use windows PE files.
      I was trying to dereference Null Pointers before it was cool.

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #25 on: June 28, 2009, 08:52:16 AM »
      Anybody else think this has dragged on for to long? It's not Sega, It's not illegal under certain rules. I feel like Jerry and his 'final thought!'

      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 #26 on: June 28, 2009, 08:55:12 AM »
      Anybody else think this has dragged on for to long? It's not Sega, It's not illegal under certain rules. I feel like Jerry and his 'final thought!'

      heh, I think it's funny, that the OP hasn't posted for most of thing thread!
      I was trying to dereference Null Pointers before it was cool.

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: I need help with a certain exstention.
      « Reply #27 on: June 28, 2009, 08:55:31 AM »
      Actually even though he has yet to return i've found it an informative discussion...
      " Anyone who goes to a psychiatrist should have his head examined. "

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #28 on: June 28, 2009, 08:58:24 AM »
      It's one of those ghost threads. Nobody know's how it started or why.

      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 #29 on: June 28, 2009, 08:59:16 AM »
      Yeah, it's like that weird day, where I had supernatural powers. I could see disconnected people. It was weird.
      I was trying to dereference Null Pointers before it was cool.

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #30 on: June 28, 2009, 09:02:00 AM »
      Yeah, it's like that weird day, where I had supernatural powers. I could see disconnected people. It was weird.

       :D

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: I need help with a certain exstention.
      « Reply #31 on: June 28, 2009, 09:07:11 AM »
      That was the day you registered here....

       ;)
      " Anyone who goes to a psychiatrist should have his head examined. "

      quaxo



        Guru
      • Thanked: 127
        • Yes
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 11
      Re: I need help with a certain exstention.
      « Reply #32 on: June 28, 2009, 09:43:12 AM »
      Zenworks is not a game though

      Yeah, I know. Didn't mean that's what he was using it for, just noting it's another use for the extension.

      The only reference to games I can find is the Sega one. It was a file format they used during the SegaCD and Saturn period. From what I can tell, nothing since.

      Quantos



        Guru
      • Veni, Vidi, Vici
      • Thanked: 170
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Guru
      • OS: Linux variant
      Re: I need help with a certain exstention.
      « Reply #33 on: June 28, 2009, 01:10:25 PM »
      Quote
      I could see disconnected people.

      I hope that you're not stalking me...
      Evil is an exact science.

      Mulreay

      • Guest
      Re: I need help with a certain exstention.
      « Reply #34 on: June 28, 2009, 01:17:44 PM »
      'I see convoluted people'  ::)

      I'm one of those guy's that did NOT get sixth sense immediately.