Forrest logo
tool overview
On this page you find all important commands for the CLI tool gummy. If the command you are looking for is missing please ask our AI.

gummy

Gummy is a command line tool used for manipulating and analyzing binary files. It is commonly used by reverse engineers, vulnerability researchers, and malware analysts. With Gummy, you can explore and understand the structure of binary files by dissecting them into their individual components. It provides a user-friendly interactive console interface where you can navigate, search, and extract data from binary files. Gummy supports various binary file formats, including executables, libraries, object files, and firmware images. It offers features like code analysis, disassembly, and memory inspection, allowing you to analyze the behavior and functionality of binary files. You can use Gummy's scripting capabilities to perform automated analysis tasks and develop custom tools. The tool is highly extensible, supporting Python-based plugins to enhance its functionality. Gummy provides advanced debugging capabilities, allowing you to set breakpoints, trace program execution, and analyze runtime behavior. It has a built-in scripting engine that enables you to automate debugging tasks and develop custom analysis workflows.

List of commands for gummy:

  • gummy:tldr:56f3e gummy: Set the temperature and pixel brightness for the second screen.
    $ gummy --screen ${1} --temperature ${3800} --brightness ${65}
    try on your machine
    explain this command
  • gummy:tldr:97901 gummy: Set the screen pixel brightness to 45%.
    $ gummy --brightness ${45}
    try on your machine
    explain this command
  • gummy:tldr:9f10a gummy: Set the screen temperature to 3000K.
    $ gummy --temperature ${3000}
    try on your machine
    explain this command
  • gummy:tldr:c1a56 gummy: Set the screen backlight to 50%.
    $ gummy --backlight ${50}
    try on your machine
    explain this command
tool overview