Skip to content
/ lensm Public
forked from loov/lensm

Go assembly and source viewer

License

Notifications You must be signed in to change notification settings

marchere/lensm

 
 

Repository files navigation

lensm

A tool for viewing assembly and source.

Screenshot

Install with the usual Go commands:

go install loov.dev/lensm@main

For Linux you may need to add some additional dependencies. You can use go install --tags nowayland loov.dev/lensm@main or go install --tags nox11 loov.dev/lensm@main respectively to skip building Wayland or X11 version.

To run the program provide a regular expression filter for the symbol you want to inspect. -watch allows to automatically reload the executable and information when it changes.

lensm -watch -filter Fibonacci lensm

Note: The program requires a binary that is built on your computer, otherwise the source code for the functions cannot be loaded.

About

Go assembly and source viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%