x86 Assembly Flow Graphing
by icebear
Score: 41/100
favorite
share
Description
Category: Coding & Technical Tools

The x86 Assembly Flow Graphing plugin allows Obsidian users to convert x86 assembly code into flow diagrams within Obsidian Canvas. By highlighting a block of assembly code and running a command, users can generate a graph that visualizes the flow of execution based on jumps and conditions. The plugin requires assembly code to follow specific formatting rules, such as proper indentation and jump instructions taking one argument. While the generated graph initially requires manual arrangement for optimal appearance, the plugin provides a visual representation that helps understand code structure and logic flow.

Stats
22
stars
4,081
downloads
0
forks
673
days
705
days
705
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits
Latest Version
2 years ago
Changelog

Cleaned up some bad variable declaration outside of my plugin's class. No new features, still working to get this added to the community plugin list.

README file from