Acronis Cyber Protect Home Office (formerly Acronis True Image) activation

Discussion in 'MDL Projects and Applications' started by nova-s, Aug 23, 2014.

  1. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    #1 nova-s, Aug 23, 2014
    Last edited by a moderator: Sep 9, 2019
  2. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    reserved for future use
     
  3. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,090
    240
    @nova-s

    have you tested @ v2015 beta?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    sure, i'm ready for it (i mean the final one) :)
     
  5. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,719
    6,741
    270
    works flawless in VM with TrueImage2014_6688_en-US.exe
     
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,090
    240
    link 4 that included on readme2014.txt
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    6688 is an internal build - i don't think that they make an extra 6688 pe-version.
    anyway you wouldn't get it with the link provided in readme2014.txt

    wait until next week when 2015 version will be released.
    my opinion: terrible GUI (installed version)
     
  8. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    #8 nova-s, Aug 24, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  9. oliverjia

    oliverjia MDL Addicted

    Mar 1, 2008
    837
    419
    30
    Congratulations bro.. I don't think there is any catch - you've got it working beautifully. Only thing is you may want to update the driver files once the final version comes out.

    Regards,
    oliverjia

     
  10. acyuta

    acyuta MDL Expert

    Mar 8, 2010
    1,712
    397
    60
    Great stuff.

    I saw my acronis stuff and saw that in early 2014, I had downloaded a nikita acronis torrent and that also had the same activator icon. Perhaps the posted version here is better.

    I use the acronis free for WD/seagate as it does what I want reliably.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    i've made some little improvements since then...
     
  12. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    #12 nova-s, Aug 26, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  13. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    #13 nova-s, Aug 26, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    the second one is another subroutine called "ECDSA_verify". never searched deeper yet because it's working...

    EDIT: seems to verify trial-related things (EC=EvaluationCustomer/Copy?)
    Code:
    .text:10039940 ; ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ S U B R O U T I N E ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
    .text:10039940
    .text:10039940 ; Attributes: bp-based frame
    .text:10039940
    .text:10039940                 public ECDSA_verify
    .text:10039940 ECDSA_verify    proc near               ; CODE XREF: sub_1002D900+39p
    .text:10039940                                         ; DATA XREF: .rdata:100E53D8o
    .text:10039940
    .text:10039940 var_4           = dword ptr -4
    .text:10039940 arg_4           = dword ptr  0Ch
    .text:10039940 arg_8           = dword ptr  10h
    .text:10039940 arg_C           = dword ptr  14h
    .text:10039940 arg_10          = dword ptr  18h
    .text:10039940 arg_14          = dword ptr  1Ch
    .text:10039940
    .text:10039940                 push    ebp
    .text:10039941                 mov     ebp, esp
    .text:10039943                 push    ecx
    .text:10039944                 push    esi
    .text:10039945                 or      esi, 0FFFFFFFFh
    .text:10039948                 call    ECDSA_SIG_new
    .text:1003994D                 test    eax, eax
    .text:1003994F                 mov     [ebp+var_4], eax
    .text:10039952                 jnz     short loc_1003995B
    .text:10039954                 or      eax, esi
    .text:10039956                 pop     esi
    .text:10039957                 mov     esp, ebp
    .text:10039959                 pop     ebp
    .text:1003995A                 retn
    .text:1003995B ; ---------------------------------------------------------------------------
    .text:1003995B
    .text:1003995B loc_1003995B:                           ; CODE XREF: ECDSA_verify+12j
    .text:1003995B                 mov     eax, [ebp+arg_10]
    .text:1003995E                 push    eax
    .text:1003995F                 lea     ecx, [ebp+arg_C]
    .text:10039962                 push    ecx
    .text:10039963                 lea     edx, [ebp+var_4]
    .text:10039966                 push    edx
    .text:10039967                 call    d2i_ECDSA_SIG
    .text:1003996C                 add     esp, 0Ch
    .text:1003996F                 test    eax, eax
    .text:10039971                 jz      short loc_100399B5
    .text:10039973                 mov     esi, [ebp+var_4]
    .text:10039976                 push    edi
    .text:10039977                 mov     edi, [ebp+arg_14]
    .text:1003997A                 push    edi
    .text:1003997B                 call    sub_10038A70
    .text:10039980                 add     esp, 4
    .text:10039983                 test    eax, eax
    .text:10039985                 jnz     short loc_1003999D
    .text:10039987                 mov     ecx, [ebp+var_4]
    .text:1003998A                 pop     edi
    .text:1003998B                 push    ecx
    .text:1003998C                 xor     esi, esi
    .text:1003998E                 call    ECDSA_SIG_free
    .text:10039993                 add     esp, 4
    .text:10039996                 mov     eax, esi
    .text:10039998                 pop     esi
    .text:10039999                 mov     esp, ebp
    .text:1003999B                 pop     ebp
    .text:1003999C                 retn
    .text:1003999D ; ---------------------------------------------------------------------------
    .text:1003999D
    .text:1003999D loc_1003999D:                           ; CODE XREF: ECDSA_verify+45j
    .text:1003999D                 mov     ecx, [ebp+arg_8]
    .text:100399A0                 mov     eax, [eax+0Ch]
    .text:100399A3                 mov     edx, [ebp+arg_4]
    .text:100399A6                 mov     eax, [eax+0Ch]
    .text:100399A9                 push    edi
    .text:100399AA                 push    esi
    .text:100399AB                 push    ecx
    .text:100399AC                 push    edx
    .text:100399AD                 call    eax
    .text:100399AF                 add     esp, 10h
    .text:100399B2                 mov     esi, eax
    .text:100399B4                 pop     edi
    .text:100399B5
    .text:100399B5 loc_100399B5:                           ; CODE XREF: ECDSA_verify+31j
    .text:100399B5                 mov     ecx, [ebp+var_4]
    .text:100399B8                 push    ecx
    .text:100399B9                 call    ECDSA_SIG_free
    .text:100399BE                 add     esp, 4
    .text:100399C1                 mov     eax, esi
    .text:100399C3                 pop     esi
    .text:100399C4                 mov     esp, ebp
    .text:100399C6                 pop     ebp
    .text:100399C7                 retn
    .text:100399C7 ECDSA_verify    endp
    .text:100399C7
    .text:100399C7 ; ---------------------------------------------------------------------------
    
     
  14. handy_vengeance

    handy_vengeance MDL Novice

    Jul 8, 2013
    8
    0
    0
    the download link to the activator is offline. have you got an alternative please?
     
  15. l3uddz

    l3uddz MDL Novice

    Aug 27, 2014
    6
    0
    0
    nice work, will give this ago later when links are fixed
     
  16. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    oops, well, link is working but i managed it to mess it up - fixed, sorry :whistling:


    ok, thanks, that's what i wanted to know.
    you prefer reinstalling os, apps, UPDATES in case of desaster? (ok, you say you have updated install media). but therefore i use true image having everything in 15 minutes running again...
     
  17. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30
    #18 nova-s, Aug 27, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  18. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,090
    240
    @nova-s

    is any difference with the "Universal Restore" included on Acronis Backup & Recovery 11.5 update ???
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. nova-s

    nova-s MDL Addicted

    Aug 22, 2010
    503
    1,882
    30