Page 2 of 2

Re: AHK2 alpha source. help me build

Posted: 07 Aug 2022, 23:26
by bapl
@thqby
I'm new to this and I don't understand much of what you write.

I am attaching a video process of trying to compile this source code: https://github.com/HotKeyIt/ahkdll/tree/alpha
[youtube]https://youtu.be/2JgHasJHzJI[/youtube]


Every time I get an error about a non-existent file, I tried to remove it from the project and repeat the build.
What am I doing wrong, what is wrong in my build?
It's difficult for me to follow your instructions without a video process, but I want to achieve the ultimate goal.

Re: AHK2 alpha source. help me build

Posted: 09 Aug 2022, 06:46
by thqby
@bapl
I can't access Youtu, Hotkeyit's repository is missing a few files and can't compile directly.

Here's how I compiled with vs2022.

Re: AHK2 alpha source. help me build

Posted: 09 Aug 2022, 13:31
by bapl
thqby wrote:
09 Aug 2022, 06:46
@bapl
I can't access Youtu, Hotkeyit's repository is missing a few files and can't compile directly.

Here's how I compiled with vs2022.
Я тебя люблю! (I love you!)
Спасибо тебе большое! (Thank you very much!)
Это действительно сработало! (It really worked!)
:superhappy:

I also want to ask you for some security advice.
The Russian-speaking forum says that it can easily crack this password.

Is there anything else I should do to make the code more secure?
Is it possible to get it using ResHacker?

If I add anti-debugging methods inside the script, will it protect me from hacking, or do these techniques need to be added inside the Source project AHK_H?

Re: AHK2 alpha source. help me build

Posted: 30 Aug 2022, 02:11
by thqby
ahk_h comes with simple anti debugging, which is effective for ordinary users. As far as I know, encryption technology can always find a way to crack it.

For stronger protection, it is estimated to use encryption shells such as vprotect and self written source code encryption and decryption algorithms.