Openkore: Call DLL to decrypt ingoing packets

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Ikkarus
Noob
Noob
Posts: 8
Joined: 14 Jul 2008, 07:54
Noob?: No

Openkore: Call DLL to decrypt ingoing packets

#1 Post by Ikkarus »

I play in a server that use encryption for the packets from server to client (client to server packets are normal) using a DLL. I want call this dll from openkore but i don't know how to that. Anyone who know the source of openkore can help me?

Thanks
UltimaWeapon
Human
Human
Posts: 37
Joined: 04 Apr 2008, 22:55
Noob?: Yes
Location: Thailand

Re: Openkore: Call DLL to decrypt ingoing packets

#2 Post by UltimaWeapon »

Using Win32 API or Writing XS Function to load and call function from that DLL.
I may make you misunderstand. Because my English isn't good enough. So Sorry.
Image
Ikkarus
Noob
Noob
Posts: 8
Joined: 14 Jul 2008, 07:54
Noob?: No

Re: Openkore: Call DLL to decrypt ingoing packets

#3 Post by Ikkarus »

UltimaWeapon wrote:Using Win32 API or Writing XS Function to load and call function from that DLL.
OpenKore is in Pearl. I don't know Pearl. How to add this control in OpenKore. Some Developer can help me?
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Openkore: Call DLL to decrypt ingoing packets

#4 Post by sli »

I'm just going to go ahead and say it's 100% impossible to load a DLL in Pearl, since I've never even heard of a programming language named "Pearl."
cs : ee : realist
Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Openkore: Call DLL to decrypt ingoing packets

#5 Post by Cozzie »

sli wrote:I'm just going to go ahead and say it's 100% impossible to load a DLL in Pearl, since I've never even heard of a programming language named "Pearl."
you lose: http://en.wikipedia.org/wiki/PEARL_(pro ... _language)
Make Openkore Awesome. Join the team.
Ikkarus
Noob
Noob
Posts: 8
Joined: 14 Jul 2008, 07:54
Noob?: No

Re: Openkore: Call DLL to decrypt ingoing packets

#6 Post by Ikkarus »

sli wrote:I'm just going to go ahead and say it's 100% impossible to load a DLL in Pearl, since I've never even heard of a programming language named "Pearl."
The name is PERL not PEARL. Sorry....
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Openkore: Call DLL to decrypt ingoing packets

#7 Post by sli »

Cozzie wrote:
sli wrote:I'm just going to go ahead and say it's 100% impossible to load a DLL in Pearl, since I've never even heard of a programming language named "Pearl."
you lose: http://en.wikipedia.org/wiki/PEARL_(pro ... _language)
You lose:
Wikipedia does not have an article with this exact name. Please search for PEARL (programming language in Wikipedia to check for alternative titles or spellings.
cs : ee : realist
Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Openkore: Call DLL to decrypt ingoing packets

#8 Post by Cozzie »

geez it's phpbb's fault there is a closing parameters at the end of the link which it does not pick up.

here

But hrmm isnt the proposed xkore4 is supposed to do this?
Make Openkore Awesome. Join the team.
Retu
Noob
Noob
Posts: 8
Joined: 10 Aug 2008, 13:04
Noob?: No

Re: Openkore: Call DLL to decrypt ingoing packets

#9 Post by Retu »

This article is about the PEARL programming language. For the Perl programming language, see Perl. For other uses, see Pearl (disambiguation).
Ikkarus
Noob
Noob
Posts: 8
Joined: 14 Jul 2008, 07:54
Noob?: No

Re: Openkore: Call DLL to decrypt ingoing packets

#10 Post by Ikkarus »

Nobody..... someone that know how to do?