Skip to content

terrynini/routeros-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MikrotikTools

x3_parser

parse x3 and print in readable XML-like style

for i in `find data/x3_parser_examples -name "*.x3"`; do
python3 x3_parser.py $i
done

gdb.py

hook loader and print message for observation need to jailbreak the RouterOS first and run gdbserver for remote debugging The script hook the send of loader process, and parse the M2 message, the offset is for the RouterOS v6.49.6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages