Usage: Packet Extraction Evaluation Kit (PEEK)

Do you have a question or problem? Read this forum first! Someone has probably already asked the same thing in the past. Do not ASK questions here!

Moderators: Moderators, Documentation Writers

Message
Author
lookup
Noob
Noob
Posts: 1
Joined: 08 Jun 2016, 22:32
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#71 Post by lookup »

I got this error, please help

Image

zildjiean
Human
Human
Posts: 39
Joined: 14 Jun 2013, 21:47
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#72 Post by zildjiean »

4epT wrote:PEEK - Packet Extraction Evaluation Kit designed by Yommy and Neo.

This extractor works for new files whose size is greater than 6 MB.

But the file, output, the conversion of the need for openkore!!!
SkylorD wrote:Just select the file and "Start Analyzer".

It'll create a Output folder.
Get your recvpackets and be free. To do the conversion.

It shows:
0x0187 = 6

Must:
0187 6

You'll copy all lines and will open your notepad, paste the code and save your file as recvpackets.txt and not recvpackets.ini
Links:
https://github.com/MStr3am/PEEK
https://github.com/ThemonChan/PEEK
http://nbsxey3vnrsxgltxom.cmle.ru/board ... -analyzer/

Mini guide:
1. download PEEK
2. run PEEK.exe
3. click "Browse" and select your client file (not necessarily exe!)
4. click "Start Analyzer"
5. close PEEK
6. open folder: ..\PEEK\Output\
7. run 1.bat
8. file will appear: recvpackets.txt

My RO has Protected exe file by Thenida. Please guide me for use an Packet Extractor.

PS. I try to use themida unpack (new version) from tut4you,Does not work. Please guide me for extractor. :)
Image
Image

spikejra04
Noob
Noob
Posts: 16
Joined: 30 Jul 2016, 10:29
Noob?: Yes

Re: BasicRO Map Server Timeout..

#73 Post by spikejra04 »

SkylorD wrote:#This script will do the conversion for you. Just put inside of PEEK's output folder after clicked in "Start Analyzer".
Save as filename.pl '-' Inside Output folder of PEEK. Now run it!
It will create a new file called recvpackets.txt! :/

#PLEASE DON'T FORGET TO SELECT THE FILE TO EXTRACT THE PACKETS. AND RESTORE THE ORIGINAL FILE AFTER YOU EXTRACT.

If you select the file straight your RO folder :

PEEK edits your original exe file and do a backup called "myservername.backup_by_PEEK" -> This is the original exe, that you selected before starting to analyze.
And the file normal.exe is that created by PEEK. If you find some errors with your server, delete that created by PEEK and rename the "myservername.backup_by_PEEK" to "myservername".

#Example 1 : ragnaplay.exe

Before extract :

ragnaplay.exe = my original file

After extract :

ragnaplay.exe = edited by peek, maybe can give some problem
ragnaplay.backup_by_PEEK.exe = my original file

If you don't select :

Don't worry. Before you extract the recvpackets, you can copy the exe file and move to your Desktop, for example.It's safe and you won't receive any error in the future.





#2014-07-13: Script edited *Thanks 4ept* :
#Now is more efficient :D

Code: Select all

open F2, ">recvpackets.txt";

@files = <*>;

my %packets;

foreach $files (@files) {
   if ($files =~ /(recvpackets.+\.ini)/i) {
      open F, "<$1" or die $!;
   }
}

while (<F>) {
   $lines = $_;
   if ($lines =~ /0x(0...) = (-?\d+)\n/) {
      undef $packetid;
      $packetid = uc($1);
      if (!exists($packets{$packetid})) {
         $packets{$packetid} = $2;
      }
   }
}

foreach my $value (sort keys %packets) {
   print F2 "$value $packets{$value}\n";
}

close (F);
close (F2);

print "Done.\n";
system("pause");
I dont understand this, how DO i Make that .pl thing?? I was able to extract recvpackets from my ragnarok.exe but, I dont know how to convert it. please help me

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#74 Post by SkylorD »

@Themida :

unpack first, then try to use PEEK.
Try to use OllyDbg to see if the source can be unpacked.
That way you should extract manually your packets (maybe) unless you reconstruct your exe.

It should be hardcoded, i've seen private servers better than official servers 'cause of protection. GG is a shit.

@I got this error, please help:
You'll not have problem to extract recvpackets. But only the crypt keys. Try to extract it manually.
Learn rules

Ragna4Ever
Noob
Noob
Posts: 7
Joined: 23 Oct 2016, 23:14
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#75 Post by Ragna4Ever »

Hey, guys. Could you help a brazilian small town guy? I've tryin for some time get the recvpackets.txt to the three ways, but with no results. It's more than six mb.

http://www.mediafire.com/file/v7115ad5f ... rivate.exe

could someone extract, please?

I got this Server Info:
[Private]
ip 198.27.83.167
port 7100
version 55
master_version 51
serverType kRO_RagexeRE_2013_08_07a
charBlockSize 147
recvpackets
addTableFolders translated\kRO_english;kRO
Thanks to all and forgive clerical errors.

gumaluti
Noob
Noob
Posts: 1
Joined: 25 Oct 2016, 15:49
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#76 Post by gumaluti »

Someone can help me?

Image

The server exe: https://mega.nz/#!axAHkbRa!ejBpA1Q6EpRw ... DnnSN5gp6c

razdva
Noob
Noob
Posts: 1
Joined: 11 Jan 2017, 16:10
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#77 Post by razdva »

Image

firett
Noob
Noob
Posts: 1
Joined: 02 Mar 2012, 12:20
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#78 Post by firett »

someone here can help me??
i cant extract this, always failed to find PACKET_CZ_ENTER
any suggestion?
rag exe : http://www.mediafire.com/file/wf3kthk0n ... Ragexe.exe
thanks :D

rlaine11
Noob
Noob
Posts: 17
Joined: 16 Jan 2017, 03:17
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#79 Post by rlaine11 »

zildjiean wrote:
4epT wrote:PEEK - Packet Extraction Evaluation Kit designed by Yommy and Neo.

This extractor works for new files whose size is greater than 6 MB.

But the file, output, the conversion of the need for openkore!!!
SkylorD wrote:Just select the file and "Start Analyzer".

It'll create a Output folder.
Get your recvpackets and be free. To do the conversion.

It shows:
0x0187 = 6

Must:
0187 6

You'll copy all lines and will open your notepad, paste the code and save your file as recvpackets.txt and not recvpackets.ini
Links:
https://github.com/MStr3am/PEEK
https://github.com/ThemonChan/PEEK
http://nbsxey3vnrsxgltxom.cmle.ru/board ... -analyzer/

Mini guide:
1. download PEEK
2. run PEEK.exe
3. click "Browse" and select your client file (not necessarily exe!)
4. click "Start Analyzer"
5. close PEEK
6. open folder: ..\PEEK\Output\
7. run 1.bat
8. file will appear: recvpackets.txt

My RO has Protected exe file by Thenida. Please guide me for use an Packet Extractor.

PS. I try to use themida unpack (new version) from tut4you,Does not work. Please guide me for extractor. :)
Links:
https://github.com/MStr3am/PEEK-------without analyzer connect to ragnarok but cant make receive packet only packet lenght
https://github.com/ThemonChan/PEEK----with analyzer but cant connect to ragnarok
http://nbsxey3vnrsxgltxom.cmle.ru/board ... er/---cant download file from this

Mini guide:
1. download PEEK
2. run PEEK.exe
3. click "Browse" and select your client file (not necessarily exe!)
4. click "Start Analyzer"
5. close PEEK
6. open folder: ..\PEEK\Output\
7. run 1.bat------why i dont have thhis file on link 1 and 2 peek files?....where i can find this file?
8. file will appear: recvpackets.txt[/quote

can you please help

rlaine11
Noob
Noob
Posts: 17
Joined: 16 Jan 2017, 03:17
Noob?: Yes

Re: Usage: Packet Extraction Evaluation Kit (PEEK)

#80 Post by rlaine11 »

i already solve my problem...nyhahah

Locked