Unpacking spotify.exe

Discussion in 'Application Software' started by Stannieman, Nov 29, 2011.

  1. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    #1 Stannieman, Nov 29, 2011
    Last edited: Nov 29, 2011
    Has anyone any idea what spotify.exe is packed with? And how to unpack it to be more precise.
    I don't mean the installer but the exe that gets installed.
    Universal Extractor doesn't have a clue...

    Thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
  3. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    It's a lot tougher than I thought...
    First I need to get it unpacked with ollydbg. But there's a spotify thread that monitors of the main code was changed, and apparently that runs in a VM?!
    Someone there knows how to do it but only gives 1 mysterious hint.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. woot332

    woot332 MDL Senior Member

    Feb 18, 2011
    390
    815
    10
    @Stannieman goolge a*team *=r, they might give you a little help good luck.;)
     
  5. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    Thanks, and I think I'm getting tired, I literally searched for "a*team *=r" :doh:
    So, lets start to learn, I'll certainly need it again in the future.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    #8 Stannieman, Dec 1, 2011
    Last edited: Dec 1, 2011
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. woot332

    woot332 MDL Senior Member

    Feb 18, 2011
    390
    815
    10
    If you need to create a loader google diablo2oo2 Universal Patcher
     
  8. idsk

    idsk MDL Junior Member

    Aug 25, 2009
    62
    5
    0
    exact! you can use a proxy dll to patch the process, but thats the final step
    using "010 editor" you can open the process memory and write bytes (i already managed to modify the title or song names directly by writing in the process memory) without warning the internal "monitor"
    but the best is still to have an unpacked version to work on it then to create the dll
    im quite sure the counter limit of each song is hackable directly in the process