i would test it anyways when posted 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.
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.
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
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.
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
XP version is fine.....key decrypt for office2010 is now correct why would anyone run the executable from within an archive ? 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.
Thanks for your input 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!
I also Used to Execute Programs from within zip archives long time ago............. And Thanks for Updates
Latest versions available from Edit: Link removed - Outdated. Both versions include the all new EDPID Tool I'm sorry I forgot to enable aero for Vista users in v2.1.0, this has been fixed.
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.
1. OK. 2. But it is 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
@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
sorry i was tired and completely must have been halucinating 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=
@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.