WinTK - The Windows multi-tool

Discussion in 'MDL Projects and Applications' started by Muerto, Mar 11, 2012.

Thread Status:
Not open for further replies.
  1. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    i would test it anyways when posted :p

    don't know how you are coding it but probably haveing 2 subroutines.
    one that is regular which you are using and another with the new offset
    for office2010. filter if the registry key, if has "OFFICE\14.0\" in string run new sub.

    i don't have office2012 to test if it also uses the same offset as office2010 or the old or even another.
     
  2. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #62 Muerto, May 14, 2012
    Last edited: May 14, 2012
    (OP)
    I added a checkbox to run a function with different offsets if you're decrypting an Office 2010 key. All updated versions will be released in a few hours.

    EDIT: Scratch that, I did what you said and it now detects the different keys and is all automatically done.
     
  3. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    that is still a good idea to have a checkbox for "custom" offset setting for start and end so in future
    a user could manually enter an offset if desired for decryption......just a thought
     
  4. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #64 Muerto, May 15, 2012
    Last edited: Jul 25, 2012
    (OP)
    Latest version 2.1.0 available.

    Edit: Removed link - Outdated.

    It includes XP version 1.0.2.

    EDIT: Spotted some unhandled exceptions when the application is run directly from it's zipped folder, so please make sure you extract the program. I will fix these problems.
     
  5. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    About & Help fixed for next release, I disabled anti-aliasing in the tabs to maybe fix the System Tools problem and finally I'm looking into the popup message issue.

    And don't worry about the Xp version looking different, they're not meant to be exactly the same :)
     
  6. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    #67 user_hidden, May 15, 2012
    Last edited: May 15, 2012
    XP version is fine.....key decrypt for office2010 is now correct :)

    why would anyone run the executable from within an archive ? :confused:

    perhaps in the OEM Editor tab you should have the program read and populate the txtboxes with the current
    systems oeminfo.ini data instead of being blank.
     
  7. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #68 Muerto, May 15, 2012
    Last edited: May 15, 2012
    (OP)
    Thanks for your input :D

    And I'm not sure, but if people do execute it from it's .zip it doesn't detect the MD5 of the program? =/

    I will get the program to read the OEM information, I intend to make it just as good as the Vista/7/8 version so more will be added over time.

    EDIT: OEM information now loads on startup in DigitalPID Decryptor XP, how I love streamreaders!
     
  8. Master.Pirate

    Master.Pirate MDL Junior Member

    Aug 2, 2011
    73
    20
    0
    I also Used to Execute Programs from within zip archives long time ago............. :p:p:p

    And Thanks for Updates :biggrin::rolleyes::biggrin:
     
  9. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #70 Muerto, May 15, 2012
    Last edited: May 15, 2012
    (OP)

    Attached Files:

  10. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60


    .... :cool:
     
  11. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #72 Muerto, May 17, 2012
    Last edited: Jul 25, 2012
    (OP)
    Latest versions available from Edit: Link removed - Outdated.

    Both versions include the all new EDPID Tool :D

    I'm sorry I forgot to enable aero for Vista users in v2.1.0, this has been fixed.
     
  12. Master.Pirate

    Master.Pirate MDL Junior Member

    Aug 2, 2011
    73
    20
    0
  13. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    about the latest XP version:

    in the OEM editor tab i see you are grabbing OEM info from WMI.
    the idea here is to grab the current system OEM info from the OEMINFO.INI file
    in windows/system32 not WMI as that would be quite different than what is in the oeminfo.ini
    file which is the one being edited. makes no sense to grab via wmi.

    keep up the great work.
     
  14. ItielMaN

    ItielMaN MDL Senior Member

    Apr 30, 2011
    367
    59
    10
    1. OK.
    2. But it is o_O I can't click on anywhere in the app during the appearance of the popup.
    3+4. :)
    5. I can show you this and #2 issue in MSN in 2-3 days.
    6. :)
    7. Oh OK lol :fear2:
     
  15. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #78 Muerto, May 18, 2012
    Last edited: May 18, 2012
    (OP)
    @user _hidden Confused =/, I don't use WMI in the Windows XP Version, I extract information from OEMINFO.INI and read from OEMINFO.INI using a Streamreader. Even in the other version I don't use WMI in the OEM editor.

    @ItielMaN Yes, we'll sort this out on MSN soon :D
     
  16. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    #79 user_hidden, May 18, 2012
    Last edited by a moderator: Apr 20, 2017
    sorry i was tired and completely must have been halucinating :eek:
    yup it is working.....
    you are reading the [Version] and [Support Information] but how about [General] section which actually holds the OEM info ?
    Code:
    [General]
    Manufacturer= 
    Model=
     
  17. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    #80 Muerto, May 19, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    @user_hidden

    I save all the oem data to OEMINFO.INI using a steamwriter and adhearing to code below, and reading each line on application launch using a Streamreader. All OEM Information is stored in OEMINFO.INI except the OEM Logo which I write as a bitmap(*.bmp) to 'System32'

    Code:
    [General]
    Manufacturer=A manufacturer
    Model=A model 
    
    [Support Information]
    Line1=I
    Line2=<3
    Line3=MyDigitalLife
    
    @ItielMaN

    Tab hover messages removed
    EDPID Tool centers itself
    I know the quick copy popup message stops the application responding (being used) as I've made it this way purposely :)
    The checksum is now copyable from the 'About' window, silly me =/

    See you on MSN soon!

    @everyone else


    Version 2.2.6 is due very soon, maybe a few days, also... The normal version and XP version downloads will be seperated from now on, I will be integrating them into one application soon after Alphawaves takes a look at my code.

    I'm really proud of being a part of MDL. Without everyone here my application and development skills would never have come this far. Thanks.