Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PointShark 1.0.2.1 | Packet Logger For Piercing Blow

Status
Not open for further replies.
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
PointShark is a packet logger based on MapleShark, it allows you to log and analyze packets received from the game in a quick way! I hope that we can use this tool to get newer servers online!

Note: This logger will only work on Piercing Blow

Features:
  • Log Piercing Blow Packets
  • Decrypts the packets automatically
  • Scripting engine for easy parsing
  • Saving your logs to files for later usage

How does it work?

  1. Make sure WinPcap is installed.
  2. Launch the logger before you log-in into the game
  3. Start logging!

Screenshots:
Taiga - PointShark 1.0.2.1 | Packet Logger For Piercing Blow - RaGEZONE Forums

Current Version: 1.0.2.1

Downloads:
Latest: Removed due to false positive detection.
WinPcap:
Scan: Outdated.

Changelog:
2016/02/19: 1.0.2.1
- Implemented UNICODE support for new strings.
- Implemented AddPaddedUString for reading Unicode strings. (Length = It's the amount of characters)
- Attempt to fix the size bug? (Unverified) Didn't work.
- Removed the random bytes of an outgoing packet.
2016/02/04: 1.0.2.0
- Updated to make it work with the latest version of Piercing Blow.
- Implemented version detection for Piercing Blow.
2015/07/18: 1.0.1.0
- Initial release
 
Last edited:
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
58
Reaction score
46
Re: [Release] PointShark | Packet Logger | Piercing Blow

CodeDragon, do you have any information about the first packet? It has public key for S2MOReadPublicKey.

Taiga - PointShark 1.0.2.1 | Packet Logger For Piercing Blow - RaGEZONE Forums
 
Junior Spellweaver
Joined
Nov 16, 2013
Messages
138
Reaction score
13
Re: [Release] PointShark | Packet Logger | Piercing Blow

CodeDragon can u make PointShark compatible with PointBlank clients? so we can make and fix missed and incomplete packets at released servers. thanks
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Re: [Release] PointShark | Packet Logger | Piercing Blow

@CodeDragon can u make PointShark compatible with PointBlank clients? so we can make and fix missed and incomplete packets at released servers. thanks
Who knows when I'll make it, maybe one day.. Maybe never.
 
Junior Spellweaver
Joined
Nov 16, 2013
Messages
138
Reaction score
13
Re: [Release] PointShark | Packet Logger | Piercing Blow

Who knows when I'll make it, maybe one day.. Maybe never.
if u made it for piercing blow then it means that u can make one of it for point blank. point blank is better than piercing blow. better graphics and easy interface. please make one of pointshark for point blank clients. we have a lot of incomplete server files for it
 
Newbie Spellweaver
Joined
May 29, 2014
Messages
19
Reaction score
1
Re: [Release] PointShark | Packet Logger | Piercing Blow

thanks this software usefully ..
i make percing blow private but have some error .. just on select server ..
 
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
58
Reaction score
46
Re: [Release] PointShark | Packet Logger | Piercing Blow

CodeDragon, it is time to update PointShark. :)

Piercing Blow was updated to 3.3.1602.22 version, the structure was changed in first packet, especially sessionId was shifted to the end of packet PROTOCOL_BASE_CONNECT_ACK (514).
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Re: [Release] PointShark | Packet Logger | Piercing Blow

@CodeDragon, it is time to update PointShark. :)

Piercing Blow was updated to 3.3.1602.22 version, the structure was changed in first packet, especially sessionId was shifted to the end of packet PROTOCOL_BASE_CONNECT_ACK (514).
Thanks for letting me know, I'll update it if I can find the source code. I might add support for different versions if someone can provide me the packet structure of the version.


PROGRAMMATOR It has been updated to support the latest version of Piercing Blow (3.3).

Enjoy all of you guys, I've updated to make it work with Piercing Blow 3.3. I've also fixed the version detection inside the information menu. It no longer shows Maplestory version but it uses the Piercing blow version form now on.
 
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
58
Reaction score
46
Re: [Release] PointShark 1.0.2.0 | Packet Logger | Piercing Blow

Thank you for quick updating, bu still there are a couple of issues.


Some packets are sticking, as for server login and in battle or in room.

Taiga - PointShark 1.0.2.1 | Packet Logger For Piercing Blow - RaGEZONE Forums



Firts two bytes after opcode in Outbond packets bo not carry any useful info, so it would be better to delete these bytes.

Taiga - PointShark 1.0.2.1 | Packet Logger For Piercing Blow - RaGEZONE Forums


Some texts of new client use unicode encoding, and AddPaddedString reads it wrong.

Taiga - PointShark 1.0.2.1 | Packet Logger For Piercing Blow - RaGEZONE Forums
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Re: [Release] PointShark 1.0.2.0 | Packet Logger | Piercing Blow

2016/02/19: 1.0.2.1
- Implemented UNICODE support for new strings.
- Implemented AddPaddedUString for reading Unicode strings. (Length = It's the amount of characters)
- Attempt to fix the size bug? (Unverified) Didn't work.
- Removed the random bytes of an outgoing packet.
 
Joined
Sep 23, 2012
Messages
471
Reaction score
178
Re: [Release] PointShark 1.0.2.0 | Packet Logger | Piercing Blow

2016/02/19: 1.0.2.1
- Implemented UNICODE support for new strings.
- Implemented AddPaddedUString for reading Unicode strings. (Length = It's the amount of characters)
- Attempt to fix the size bug? (Unverified) Didn't work.
- Removed the random bytes of an outgoing packet.

sorry but why 0 ?
Taiga - PointShark 1.0.2.1 | Packet Logger For Piercing Blow - RaGEZONE Forums
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Re: [Release] PointShark 1.0.2.0 | Packet Logger | Piercing Blow

sorry but why 0 ?

It's a request to the server, it's 0 because there is no content inside the packet. The random is ignored so that's why it's 0. The The header of an outbound packet is 6 bytes while an inbound is 4. These are not included inside the length.
 
Newbie Spellweaver
Joined
May 29, 2014
Messages
19
Reaction score
1
Re: [Release] PointShark 1.0.2.1 | Packet Logger | Piercing Blow

hellow brow.. your file detect malware by avast

 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
This project is discontinued.
 
Status
Not open for further replies.
Back
Top