Results 1 to 10 of 17

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    pkedpker
    pkedpker is offline
    Member-in-training
    Join Date
    2011 Mar
    Posts
    67
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    41
    Thanked in
    14 Posts
    Rep Power
    0

    SkillData decoder

    Hello I figured it's time for me to contribute something I guess..

    I couldn't get far on the packet bot, so I put that on hold a bit.
    Wanted for some fun to remake the bin file decoder/encoder.
    this here is just a decoder for SkillData0.bin hardcoded.

    At first I programmed this tool in visual basic 6 wasn't happy with the results.. took 12 minutes to decode that 8 MB file.. The original bin decoder made by Dwar took roughly 8 minutes. I thought thats the fastest it could go.. since he's a pro . I remade the tool in C++ and amazingly enough it decodes the whole file in 1 second flat without multi-threading or anything.

    Here it is. Attached it to this post.

    Sure it doesn't Re-encode the file but thats easy to program I just did this to make myself a little happy that I can do something right atleast lol.

    Please register or login to download attachments.

    Last edited by pkedpker; 2011-04-14 at 10:51 PM.

  2. The Following 15 Users Say Thank You to pkedpker For This Useful Post:


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •