Code Monkey home page Code Monkey logo

packet_analyzer's Introduction

Packet Analyzer v0.1.0

Program

Features

  • Open decrypted packet logs
  • Parse structures using kaitai description file
  • Hex viewer
  • Extract packet byte array as binary or hex file

main_window

Based on

Setup

1- Download and install Python 3.7.2

Run the installer, check "Add python 3.7 to PATH" then clic "Install Now"

img

2- Add python site-packages folder to path environment variable

From the next string, replace <User> (with quotes) for your windows user.

C:\Users\<User>\AppData\Local\Programs\Python\Python37-32\Lib\site-packages

Then add to your "PATH" environment variable. If you dont know how to do that check this guide

3- Download dependences

To install dependences, open a console and run:

py -m pip install -r requeriments.txt

4- Install kaitai-struct-compiler

This program is different from kaitaistruct installed with pip command. Kaitai struct compiler is used to generate python source code based on a .ksy file.

Because there are required features that weren't yet released, need to install latest development version. You can download it from the official website

You also must install Java Runtime Environment. Download it from https://www.java.com/en/download/

5- You are ready to rock!

Remember to close the console and open a new one to start.

Usage

To start the program, double click on "start.bat".

packet_analyzer's People

Contributors

baynar avatar fygonzalo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.