
ESLint
Prettier
CodeClimate
Tailwind CSS
SonarQube
Next.js
VS Code
Codacy
Binary Ninja
IDA
Ghidra
OllyDbg
X64dbg
Cutter
radare
Malcat
ESLint
Binary NinjaBased on our record, ESLint seems to be a lot more popular than Binary Ninja. While we know about 299 links to ESLint, we've tracked only 12 mentions of Binary Ninja. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
ESLint - a pluggable and configurable linter tool. - Source: dev.to / 9 days ago
Is this reasoning, or measurement? If measurement, push it to a deterministic tool. Sonar, Spotless, Ruff, ESLint, coverage gates, pre-commit hooks, complexity calculators. Write a script if no tool exists. That's how just lint got built, and that's the Unix-philosophy move for agentic coding. Hooks fire on tool calls; CI fires on PRs; pre-commit fires on commit. Pick the cheapest layer that catches the failure... - Source: dev.to / 3 months ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / 4 months ago
Prettier and ESLint are useful tools for establishing consistent code style as a baseline before starting structural refactoring - style differences in a diff make behavioral changes harder to spot. OWASP provides useful checklists for security-critical code review that apply directly to the critical path review step. - Source: dev.to / 4 months ago
Splitting for file length alone, splitting before a pattern appears at least twice, and splitting in ways that produce tightly coupled pairs of components are the patterns most worth avoiding. ESLint with the react-hooks plugin helps catch when extracted hooks still have too many concerns, by flagging dependency arrays that have grown unwieldy. - Source: dev.to / 4 months ago
Binary Ninja deserves a mention in these threads: https://binary.ninja I've used IDA, Ghidra, and Binary Ninja a lot over the years. At this point I much prefer Binary Ninja for the task of building up an understanding of large binaries with many thousands of types and functions. It also doesn't hurt that its UI/UX feel like something out of this century, and it's very easy to automate using Python scripts. - Source: Hacker News / 6 months ago
Binary Ninja: https://binary.ninja/ :) Think someone has already linked it below! - Source: Hacker News / almost 2 years ago
Found it out myself, https://binary.ninja/. - Source: Hacker News / almost 2 years ago
If you really want to poke around in the binary, you can use a decompiler like IDA, Ghidra, or Binary Ninja's free version. Source: almost 3 years ago
Still $$$ for crippled functionality. As an alternative, https://binary.ninja is gaining traction at work. - Source: Hacker News / about 3 years ago
Prettier - An opinionated code formatter
IDA - The best-of-breed binary code analysis tool, an indispensable item in the toolbox of world-class software analysts, reverse engineers, malware analyst and cybersecurity professionals.
CodeClimate - Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities.
Ghidra - Software Reverse Engineering (SRE) Framework
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.
OllyDbg - OllyDbg is a 32-bit assembler level analysing debugger.