Search found 22 matches

by Grawol
Wed Jan 12, 2022 6:02 am
Forum: Basic
Topic: [future request] Лицензия на открытые копии приложения.
Replies: 7
Views: 7608

Re: [future request] Лицензия на открытые копии приложения.

Allowance number of running application, I am using such limitation. Inside virtualizer brackets, approach by HWND+n.
by Grawol
Wed Jun 23, 2021 1:07 pm
Forum: Basic
Topic: How to count an execution ?
Replies: 0
Views: 11785

How to count an execution ?

hi, I want to limit a button by it press count, it will limit daily press max to 10 times. My logic is an integer incrimental, and store to registry. The count will reset to 0 next day. I will put inside RISC bracket. load_iCount; if iCount < 10 then DoJob else exit; But this will be altered by user...
by Grawol
Fri Apr 02, 2021 2:22 am
Forum: Basic
Topic: use DLL result that packed by enigma
Replies: 1
Views: 6224

use DLL result that packed by enigma

Hi, I make dll, its about the logical result of "EP_RegCheckKey", "EP_RegCheckKey", etc.. If my exe is packed with Enigma , the given result is as expected. But not correct if it is not packed or packed with other exe packer. Is that so ? main.exe should also packed with the same...
by Grawol
Thu Oct 22, 2020 2:40 pm
Forum: Basic
Topic: Enigma Version 6.80
Replies: 5
Views: 7114

Re: Enigma Version 6.80

is it 6.80 ? i always use the version on what provided uccount panel.
by Grawol
Thu Oct 22, 2020 10:30 am
Forum: Basic
Topic: How do you work with anti virus ?
Replies: 0
Views: 11186

How do you work with anti virus ?

Hi , please share how to deal with anti virus.
It's really annoying. I need to tell customer to exclude my program.
I am using virus total to test. Is taggant system really work ? Detection 25/70 is serious.

What should I do? Is it regarding how do I code my program?
by Grawol
Thu Oct 22, 2020 10:23 am
Forum: Basic
Topic: Enigma Protector 6.6 can be unpacked
Replies: 7
Views: 10918

Re: Enigma Protector 6.6 can be unpacked

a serious cracker will beat any protector, it's about time willing. just customize your vm marker, customize logical routine flow, etc. noob cracker will not handle this. since they usually count on shared olly script. the sample folder from enigma distribution package is good enough.
by Grawol
Sun Apr 19, 2020 11:19 am
Forum: Basic
Topic: Delphi : EP_RegLoadKeyEx to replace EP_RegLoadKey
Replies: 3
Views: 5698

Re: Delphi : EP_RegLoadKeyEx to replace EP_RegLoadKey

this thing is my concern

Code: Select all

 WARNING: The function EP_RegLoadKeyEx should be used instead of deprecated EP_RegLoadKey
which should i take care ?
by Grawol
Thu Apr 16, 2020 8:13 am
Forum: Basic
Topic: Delphi : EP_RegLoadKeyEx to replace EP_RegLoadKey
Replies: 3
Views: 5698

Delphi : EP_RegLoadKeyEx to replace EP_RegLoadKey

Hi,
I want to use EP_RegLoadKeyEx to replace my previous methor of EP_RegLoadKey, since it is deprecated.
I want to use it. I still don't understand the implementation. I have read anyway.

I need an example exactly :D


Thanks,
by Grawol
Sat Aug 31, 2019 10:42 pm
Forum: Basic
Topic: Feature Request : HASH algo update
Replies: 1
Views: 7432

Feature Request : HASH algo update

Hi,
Please add EP_CryptHashStringA SHA3-xxx, both for file and string. Is it possible to be exists on this short time ?

BR,
by Grawol
Sat Aug 24, 2019 10:17 pm
Forum: Basic
Topic: Anti-WriteProcessMemory hook plugin
Replies: 7
Views: 41081

Re: Anti-WriteProcessMemory hook plugin

Hi,
Is it necessary to put vm macros for it ? I choose run in by function (not dll).

ps,
I notice the latest update 6.50 protection time is faster. Thank you.