Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/LaurieWired/Malimite/llms.txt

Use this file to discover all available pages before exploring further.

On macOS, Malimite uses the native screen menu bar. Shortcuts that use Ctrl on Windows and Linux use Cmd on macOS for menu accelerators. The x key shortcut in the code viewer works the same on all platforms.
ActionWindows / LinuxmacOSDescription
SearchCtrl+FCmd+FToggle the in-file search bar in the code viewer to find and step through text matches in the current file
Search in codeCtrl+HCtrl+HOpen a dialog to search for a variable, method, or class name across all decompiled code
Right panelCtrl+LCmd+LToggle the right-side panel
XrefsCtrl+XCtrl+XShow cross-references for the symbol under the cursor in the current function
Expand allCtrl+ECtrl+EExpand all nodes in the file tree
Collapse allCtrl+CCtrl+CCollapse all nodes in the file tree
Close windowCtrl+WCtrl+WClose the current analysis window

Code viewer

ActionKeyDescription
Show referencesxWith a word selected (or the cursor on a word) in the code viewer, shows all references to that symbol within the current class context. Works on variables, method names, and class names.
You do not need to select text before pressing x. If nothing is selected, Malimite reads the word at the cursor position automatically.

File editing

ActionWindows / LinuxmacOSDescription
Edit functionCtrl+ECtrl+EStart editing the currently selected function. A function node must be selected in the Classes tree (not a class node) for this to activate.
Ctrl+E is registered for both Expand All (View menu) and Edit Function (File menu). Which action fires depends on which menu item receives focus first. Use the right-click context menu on a function node as a reliable alternative for editing.

View

ActionWindows / LinuxmacOSDescription
Zoom inCtrl+=Ctrl+=Increase font size in the code viewer
Zoom outCtrl+-Ctrl+-Decrease font size in the code viewer
Reset zoomCtrl+0Ctrl+0Restore the default font size in the code viewer
Line wrapAlt+WAlt+WToggle line wrapping in the code viewer

Application

ActionWindows / LinuxmacOSDescription
PreferencesCtrl+,Cmd+,Open the Preferences dialog

Build docs developers (and LLMs) love