HEXerTools 0.1 free for speedtest (PB userlib)

Developed or developing a new product in PureBasic? Tell the world about it.
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

HEXerTools 0.1 free for speedtest (PB userlib)

Post by sverson »

some fast?!? functions to convert binary data to text
  • :twisted: HEXerTools:
    BinToHex -> hex-readable, 2x bin size
    HexToBin
    BinToTxt -> fast (not readable), 2x bin size
    TxtToBin
    BinToTxtC -> small, 4/3x bin size
    TxtCToBin

    all txt-data can be stored in textfiles.
you may test/use it and tell me about the speed.

download: :arrow: HEXerTools

:wink: sverson
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Looks good :)
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

full help available

Post by sverson »

now full help available :arrow: HEXerTools BETA 0.1

:wink: sverson
Post Reply