Search found 10 matches

by louemusic123
Sat Jan 20, 2024 9:06 am
Forum: Problems
Topic: I click "Protect" button and cancel it, the original exe file would not be close
Replies: 0
Views: 1053

I click "Protect" button and cancel it, the original exe file would not be close

I click "Protect" button and cancel it, the original exe file handle would not be closed, and can't be deleted. It seems to be occoupied by the protector.
Version 7.40
by louemusic123
Thu Jan 18, 2024 6:29 am
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

emm.. it's not essential.. I eccount this error is in chance up just had a requirement, read and write some registry key / values but not present it to real registry, thuses may prevent some sniffers, and can keep system clean. It's not important , byt the x64 virtual registry eccounter an error , s...
by louemusic123
Wed Jan 17, 2024 9:55 am
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

Thankyou for patience! I met a error, a new blanked form application , and add code below ...... implementation uses Registry; const SubKey = '\SOFTWARE\'; procedure TForm1.Button1Click(Sender: TObject); var Reg: TRegistry; SubPath: string; begin Reg := TRegistry.Create; try Reg.RootKey := HKEY_LOCA...
by louemusic123
Tue Jan 16, 2024 3:14 pm
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

Got it. but i wish my code section first in virtualized processing, then encrypt it again, can i complete it?
by louemusic123
Mon Jan 15, 2024 4:30 pm
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

I read manual in section "Markers Reg_Crypt" and see "after the module is protected, the code inside the begin/end markers will be encrypted and the ...", my interpretation is all markers not only vm(risc) can auto encrypted not only Reg_Crypt, is it?
by louemusic123
Mon Jan 15, 2024 2:23 pm
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

Is all type of Markers can encrypt by the protector automatically?
by louemusic123
Sun Jan 14, 2024 4:30 pm
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

and ,is there any diffrent with "VIRTUAL MACHINE->File Entry Point -> Enable virtuallization of file entry point" and I mannually add the entry point to functions selecting dialog?
by louemusic123
Sun Jan 14, 2024 4:08 pm
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

thanks a lot!
if can combine marker features freely, it is much perfect! like vmprotect, has api's like VMProtectBeginVirtualizationLockByKey /
VMProtectBeginUltraLockByKey with these marker combinitions.
by louemusic123
Sun Jan 14, 2024 12:13 pm
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

Re: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

thanks!
if i use vm marker and code section calls some sub routinges, does the sub codes virtualized too? if so, how can control the nested level to the process
by louemusic123
Sun Jan 14, 2024 2:22 am
Forum: Problems
Topic: How can i Combine protection Virtualize/(RISC) and Registration Check Marker?
Replies: 16
Views: 2328

How can i Combine protection Virtualize/(RISC) and Registration Check Marker?

with the maxinume protection in my function, i use Markers VM /RISC first . and i want execute code when registation valid by use Marker Reg_Crypt .
or ,i wan't combined with Markers Decrypt_On_Execute feature

but marker limitation is can't combine with two markers .
how can i acheive the goal?