Showing 38 open source projects for "hex string"

View related business solutions
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1

    Binary to Hex Notation

    Convert a Binary Data string to a text data string using Hex-Notation

    This suite of programs provides a demonstration program and a callable program to display a data string that may include binary characters in a Hexadecimal-Dump format. Both COBOL programs were tested on an IBM Mainframe System, a Windows System and a Linux system. Batch Job Scripts are included for each of the systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ImHex

    ImHex

    A Hex Editor for Reverse Engineers, Programmers

    ... support, bookmarks and much much more. At the same time ImHex is completely free and open source under the GPLv2 license. Byte patching, patch management, Copy-Bytes-As-Array for many common programming languages, string and hex search, Bookmarks, Goto, Huge file support, variable column count, custom encodings and much more. ImHex includes a full custom C++-like pattern language that allows easy highlighting, decoding and analyzing of file formats.
    Downloads: 84 This Week
    Last Update:
    See Project
  • 3
    sttr

    sttr

    Cross-platform, cli app to perform various operations on string

    sttr is command-line software that allows you to quickly run various transformation operations on the string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Madedit-Mod

    Madedit-Mod

    MadEdit-Mod is a cross platform Text/Hex editor based on MadEdit

    Madedit-Mod is a cross platform text/hex editor base on MadEdit with a log of critical bug fix from me or other developers. A lot of new features were added, such as Drag-Drop Edit(cross platform), Highlight word, etc. The reason that I maintained this project is that the author of MadEdit had not worked on it for for a long time and I really like it and need more features. Find more information on Wiki pages. Currently supported Languages: English Chinese Simplified (zh_CN...
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    authoscope

    authoscope

    Scriptable network authentication cracker (formerly `badtouch`)

    authoscope is a scriptable network authentication cracker. While the space for common service bruteforce is already very well saturated, you may still end up writing your own python scripts when testing credentials for web applications. The scope of authoscope is specifically cracking custom services. This is done by writing scripts that are loaded into a lua runtime. Those scripts represent a single service and provide a verify(user, password) function that returns either true or false....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    hex2bin by Arshad Latti

    Convert raw hex values to binary file.

    Create a binary file from hex string or file. A project by Arshad Latti
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RDD! USB HID Report Descriptor Decoder

    RDD! USB HID Report Descriptor Decoder

    Create C structures from USB HID Report Descriptors

    ... is found) into a single string of hex digits, and then attempt to decode that string. You can feed it an existing C header file and it will decode it as long as you have all the hex strings (e.g. 0x0F, 0x0Fb2) at the beginning of each line. Commas (,) and semicolons (;) are ignored. Oh, and it's just a Rexx script - not an executable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    mystic-crypt is designed as a Java library that can be used for simple and complex encryption and decryption. The source code for the library is available under https://github.com/astrapi69/mystic-crypt For demonstration what the library can do there is a graphical client: The source code for the ui is available under https://github.com/astrapi69/mystic-crypt-ui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Text Hex Convert v2.1.1

    Text Hex Convert v2.1.1

    THC - Convert Hex, or String with ease!

    A tool for converting hex values with ease! Download now, and you wont get your head hurt again. This tool converts Text values to Hex values, and vice-versa. Written in VB.NET. Created solely for aiding ROM Hacking at first, but became rather an important tool. Source Code: https://sourceforge.net/u/kakarot1212/profile/
    Downloads: 14 This Week
    Last Update:
    See Project
  • Accurate profit analytics for Amazon sellers Icon
    Accurate profit analytics for Amazon sellers

    Our flexible charts enable quick and convenient analysis of your Key Performance Indicators.

    Display detailed information on Amazon fees (e.g. FBA fee, commissions), PPC spend, return costs, promotion costs, and your fixed costs (e.g. Virtual Assistant, Prep Center).
  • 10
    Sysex Osc Generator

    Sysex Osc Generator

    A Sysex OSC hex string generator for the X32/X-Air/Wing digital mixers

    The Sysex OSC Generator provides a means of selecting a desired OSC command for the Behringer X32, X-Air or Wing digital mixer and generating the Sysex OSC hex string. This can be added to any midi device that supports sysex sending of commands. Available for the PC, Mac, linux (32 and 64bit) and Raspberry Pi platforms. Feedback of suggestions and bug reports that would improve the app would be appreciated.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XL-Tools

    XL-Tools

    XL-Tools provides a bunch of functions for list of strings.

    XL-Tools provides a bunch of functions for list of strings, grouped in five categories: Lists, Sorting, Conversion, Time, Utils. More details and screenshots on http://le-tools.com.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 13
    TinyObfuscate

    TinyObfuscate

    A tool for strings obfuscation tool in c++ by Michael Haephrati

    When you need encrypt/obfuscate strings in your program so that they don't just show up with a strings or hex tool when your executable is examined, this tool can be useful. See Code Project article: https://www.codeproject.com/Articles/1210398/Small-String-Obfuscator by Michael Haephrati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The C++ String Toolkit Library (StrTk) consists of robust, optimized and portable string processing algorithms for the C++ language. StrTk is designed to be easy to use and integrate within existing code bases. http://strtk.partow.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The C++ String Toolkit Library (StrTk) consists of robust, optimized and portable string processing algorithms for the C++ language. StrTk is designed to be easy to use and integrate within existing code bases. http://strtk.partow.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PySHA

    PySHA

    A python script that hashes an input string into SHA-1.

    A command line python script that quickly hashes any input string into SHA-1 and outputs your hex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Libelium Lora Gateway

    Creates initialisation Hex strings for gateway operation

    The Libelium Lora Gateway is a Lora device able to connect directly to a PC's USB interface. On the host PC one can talk to the gateway through a utility like Advanced Serial Port Terminal. Setting up the gateway so that it talks using the same core parameters as the rest of the Lora system is critical to its desired operation. Libelium provide documentation on how to construct hex data to initialise the gateway. Putting the hex data string together is quite tricky and its easy to get...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CodeNames

    CodeNames

    CodeNames is a simple C# library for random identifier generation.

    CodeNames is a simple C# library for random identifier generation. It is intended to be used for renaming variables for source code manipulation. We are using evolutionary approach in developing our open-source software and this is an early version, so it is not very advanced, but is usable, tested and well documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Serial-Lab

    Serial-Lab

    Read, write and plots data from/to serial port.

    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    minifirewall

    router&firewall,anti_ddos

    linux3.14,router&firewall,support mptcp ,socket/pppoeserver/vpnserver ,support regex expression string/hex content search and replace,auto_antiarp_snoop,support synproxy to anti_ddos. 支持MPTCP协议,TCP/UDP包正则表达式内容查找与替换,自动ARP保护,阻止手机DHCP上网。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    d64srch

    search for patterns in files on d64 images

    Call this program with a d64 image name and a hex sequence, a petscii- or a screencode-string as parameters and it will spit out the names of all files that include that pattern. Can search PRG-, SEQ- , REL-, USR- and DEL-Files and also just list the names of all files of the selected type(s) on the image. Probably not very useful, but I needed something like that a while ago, so I wrote it and here it is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    notepas

    notepas

    Advanced multiplatform text editor for developers

    Notepas is a fast native multiplatform text editor written in Lazarus and can be compiled for multiple platforms and widget sets using the advanced native Free Pascal Compiler. Aimed towards developers it is equipped with some functions usually not found in other text editors and introduces a couple of new exclusive features.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    RealTerm: Serial/TCP Terminal

    RealTerm: Serial/TCP Terminal

    Serial and TCP terminal for engineering and debugging

    Serial terminal program for engineering. Ideal for development, reverse engineering, debugging, datalogging and capture, and automatic test. The website is a comprehensive manual for Realterm. It has an comprehensive ActiveX/COM automation support so it can be used a serial component by other programs. An extensive commandline interface supports batch files and simple automatic test programming. Commands can be sent to running instances, and commands can be stored and run in files. ...
    Leader badge
    Downloads: 3,014 This Week
    Last Update:
    See Project
  • 24

    Wireshark pdml file payload copy

    Copy payload data from all packets in a wireshark .pdml file

    I required a method of saving the UDP packet stream from a .pdml file created using Wireshark. I could find no method in Wireshark to export the data bytes from more than one packet, a online search was also unsuccessful. The UDP packets contained an audio stream in raw PCM format. As a result I have created the pdml payload copy application using VB.Net (V2.0) which stores all the hex data in the .pdml file.to a new file. Using the program I was able to load the raw data file created...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    minifireweall

    router /virus gateway

    uclibc+linux2.6,support multi-isp ,highspeed router,videocache,virus gateway,pppoeserver/vpnserver ,support regex expression string/hex content search and replace,protect webserver anti injection. 支持多线ISP,视频缓存,病毒网关,支持TCP/UDP包正则表达式内容查找与替换,支持对WEB服务预防sql等多种注入攻击。
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next