Jump to content

sniffer


Recommended Posts

Well, after a long time without using autoit, i want to make a packet sniffer.

I've searched a lot and a lot and found anything

The only thing that i want is to be able to read incoming data (data that comes from internet, not from the computer)

My propose: I want my script to be able to read a flash game incoming data.

I have a application (smart sniff) that sniffs all the traffic, and the script that i made this days, runs this program and then copies the relevant data, but is too slow.

The information that sends the game is soo easy to understand. are things like 1|0|c|rotation_x|rotation_y|x_coordinate|y_coordinate so its so easy to proces (stringsplit($, '|'))

Thanks

olivarra1

PD: i'm not asking that you do this script for me, i just want a orientation like "look for TCPRecv(...)"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...