UI Logo

Unnecessary Information

A blog about Emacs and security

    [Español] [English]
  • About
  • Posts
  • Recent
  • Source code review with Emacs [Part 2]
  • Source code review with Emacs [Part 1]

powered by Hugo | themed with poison
© 2023 Unnecessary Information. All rights reserved.

Source code review with Emacs [Part 2]

July 29, 2023 - Last Modified: July 30, 2023
  • emacs

Series: "Source code review with Emacs"

Now that we can configure packages in an organized way, the first step is to setup the completion framework. This will allow us to quickly search for files, text, etc. Helm integrates nicely with all the needed tools.

Read More…

Source code review with Emacs [Part 1]

June 10, 2019 - Last Modified: July 30, 2023
  • emacs

Series: "Source code review with Emacs"

I usually review C or Java code (big code bases) for vulnerabilities. My preferred tools for the task are Emacs, Sourcetrail, and Beyond Compare. All of these tools run on Linux without any problem.

Read More…