Search found 38 matches

by loter
18 Sep 2016, 20:09
Forum: Ask for Help (v1)
Topic: RSA Encryption Decryption
Replies: 2
Views: 1254

RSA Encryption Decryption

Have you ever an example source?
rsa enc/dec..
by loter
07 Sep 2016, 03:02
Forum: Ask for Help (v1)
Topic: Process crc(checksum)
Replies: 6
Views: 1755

Re: Process crc(checksum)

jNizM wrote:Do you want to hash the executable on disk for running processes or what?
I just want to check that the data hashed from proper(default) location that intended process nor it manipulated by third party program
by loter
07 Sep 2016, 02:11
Forum: Ask for Help (v1)
Topic: Process crc(checksum)
Replies: 6
Views: 1755

Re: Process crc(checksum)

The above link is a script that checks the file.
Is there any way to check the integrity of the process ?
by loter
06 Sep 2016, 14:39
Forum: Ask for Help (v1)
Topic: Process crc(checksum)
Replies: 6
Views: 1755

Re: Process crc(checksum)

jNizM wrote:Im not sure what do you mean exactly...
Can you give an example or an info?
get a hash of the process?
by loter
06 Sep 2016, 01:08
Forum: Ask for Help (v1)
Topic: Process crc(checksum)
Replies: 6
Views: 1755

Process crc(checksum)

What is the CRC(CHECKSUM) checking process ?
by loter
28 Aug 2016, 01:06
Forum: Scripts and Functions (v1)
Topic: Process Explorer
Replies: 24
Views: 8601

Re: Process Explorer

lol good job:D
by loter
23 Aug 2016, 00:27
Forum: Ask for Help (v1)
Topic: How to encryption AES-CFB Topic is solved
Replies: 7
Views: 2157

Re: How to encryption AES-CFB Topic is solved

Seems like an inappropriate place to be posting cryptography code. And what are you trying to do, then? There are two libraries I know of that will encrypt via AES. One is floating somewhere, don't remember who or where. The other is here: https://autohotkey.com/board/topic/67155-ahk-l-crypt-ahk-cr...
by loter
21 Aug 2016, 21:57
Forum: Ask for Help (v1)
Topic: How to encryption AES-CFB Topic is solved
Replies: 7
Views: 2157

Re: How to encryption AES-CFB Topic is solved

Masonjar13 wrote:Why would you want to encrypt a block-cipher? Encrypt it with what?
http://samp-scripts.com/post/Crypto_plu ... ugin-5368/

I want to use in association with the link above.
by loter
21 Aug 2016, 06:50
Forum: Ask for Help (v1)
Topic: How to encryption AES-CFB Topic is solved
Replies: 7
Views: 2157

How to encryption AES-CFB Topic is solved

How can encryption aes-cfb?
by loter
07 Aug 2016, 02:50
Forum: Ask for Help (v1)
Topic: Openprocess list
Replies: 1
Views: 684

Openprocess list

Can l know from what explorer.exe process is openprocessing?
by loter
17 Jul 2016, 06:53
Forum: Ask for Help (v1)
Topic: RHCP Please Help (processPatternScan) Topic is solved
Replies: 6
Views: 3930

Re: RHCP Please Help (processPatternScan) Topic is solved

Wow , I really appreciate it.

I have the wrong understanding of the variables.

I was solved with the help of you.
by loter
17 Jul 2016, 01:29
Forum: Ask for Help (v1)
Topic: Crypt/Decrypt text
Replies: 10
Views: 3164

Re: Crypt/Decrypt text

ProtectData(Text,enc="CP0"){ VarSetCapacity(Data,Len:=StrPut(Text,enc),0),StrPut(Text,&Data,enc),VarSetCapacity(Blob,8,0),VarSetCapacity(Blob_Out,8,0),NumPut(Len,Blob,0,"UInt"),NumPut(&Data,Blob,4,"UPtr"),DllCall("Crypt32.dll\CryptProtectData","UPtr",&Blob,"UPtr",0,"UPtr",0,"UPtr",0,"UPtr",0,"UInt",...
by loter
16 Jul 2016, 14:58
Forum: Ask for Help (v1)
Topic: RHCP Please Help (processPatternScan) Topic is solved
Replies: 6
Views: 3930

RHCP Please Help (processPatternScan) Topic is solved

#classmemory.ahk StringToHex(String) { local Old_A_FormatInteger, CharHex, HexString If !String Return 0 Old_A_FormatInteger := A_FormatInteger SetFormat, INTEGER, H Loop, Parse, String { CharHex := Asc(A_LoopField) StringTrimLeft, CharHex, CharHex, 2 HexString .= CharHex . "," } SetFormat, INTEGER...
by loter
13 Jul 2016, 20:02
Forum: Ask for Help (v1)
Topic: Read entire process memory
Replies: 4
Views: 2275

Re: Read entire process memory

DllCall("VirtualProtectEx", "UInt", hProcess, "UInt", lpBaseAddress, "UInt", 4, "UInt", 0x04, "UInt *", 0)

successfully deactivate the RW GUARD on the specified address. Still it is hard to apply a entire memory :facepalm:

Thank you for answers
by loter
13 Jul 2016, 02:22
Forum: Ask for Help (v1)
Topic: Read entire process memory
Replies: 4
Views: 2275

Re: Read entire process memory

Thank you!
But, It seems like RW Guard(Read/Write Guarded) cannot be read.
Is there a solution?
by loter
12 Jul 2016, 09:06
Forum: Ask for Help (v1)
Topic: Read entire process memory
Replies: 4
Views: 2275

Read entire process memory

I want to search if there are any string in the process memory.
can It do that ?
by loter
11 Jul 2016, 01:30
Forum: Ask for Help (v1)
Topic: AutoHotkey_H TLS Callback
Replies: 20
Views: 5904

Re: AutoHotkey_H TLS Callback

In addition, UPX is not mentioned because the protection function of the file does not exist.
by loter
10 Jul 2016, 12:57
Forum: Ask for Help (v1)
Topic: AutoHotkey_H TLS Callback
Replies: 20
Views: 5904

Re: AutoHotkey_H TLS Callback

i understand,
But it can be rude,I want to use the "packing".

Go to advanced search