Search found 5 matches

by digital
Thu Jun 30, 2016 10:29 pm
Forum: Tricks 'n' Tips
Topic: API Hook Engine Module (Windows)
Replies: 46
Views: 25352

Re: API Hook Engine Module (Windows)

From my test this didn't look work on Windows 10 32 bit while he work fine under windows 7. :cry:
Look a great snippet, but sad that don't work on last OS of Windows 10


EDIT: Infact just put a delay in main Thread() when you load DLL did the job and work now on windows 10
by digital
Wed May 25, 2016 12:49 pm
Forum: Coding Questions
Topic: Can not decipher BASE64(AES256()) data from web
Replies: 22
Views: 5487

Re: Can not decipher BASE64(AES256()) data from web

@netmaestro

Well big thanks.
Make two mistake when i try to convert into unicode.

About *key & *iv :evil:

So that's why i was using PokeS and calling my DLL in my unicode project.



Anyway big thanks you bro, you make my day :wink:
by digital
Tue May 24, 2016 4:57 pm
Forum: Coding Questions
Topic: Can not decipher BASE64(AES256()) data from web
Replies: 22
Views: 5487

Re: Can not decipher BASE64(AES256()) data from web

@infratec

I got partial work, by compiling into DLL and using into my project unicode and calling the Function by PeekS and #PB_Ascii.
Even if i would prefer to no use DLL well he work so.

Thanks btw$
by digital
Tue May 24, 2016 3:04 pm
Forum: Coding Questions
Topic: Can not decipher BASE64(AES256()) data from web
Replies: 22
Views: 5487

Re: Can not decipher BASE64(AES256()) data from web

@IdeaVaccum

Yeah but it's a crap solution :/
I could even build a EXE and run with parameter though my Program in Unicode... but well very bad.


I don't even need unicode support you know but be able to run this code in Unicode in PureBasic :/
And of course since now #PB_SWITCH is removed i'm ...
by digital
Tue May 24, 2016 10:41 am
Forum: Coding Questions
Topic: Can not decipher BASE64(AES256()) data from web
Replies: 22
Views: 5487

Re: Can not decipher BASE64(AES256()) data from web

Hi netmastro your code work fine expect in Unicode :/
Someone here know how make it work fine in Unicode ?

Thanks,