How to view unknown characters if I nano a bin file

This page summarizes the projects mentioned and recommended in the original post on /r/bash

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • coreutils

    upstream mirror (by coreutils)

    objdump -d /bin/ls https://github.com/coreutils/coreutils/blob/master/src/ls.c

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • hed

    vim like hex editor

    You cannot view a binary in a text editor. You'll want to use a hex editor for that (for example hed).

  • linux

    Linux kernel source tree

    The kernel source is here: https://github.com/torvalds/linux

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Linux-ia64: Linux fork with IA-64 support re-added. See HTTP://t2sde.org/ for a

    1 project | news.ycombinator.com | 4 Nov 2024
  • HardenedBSD Feature Comparison with OpenBSD, FreeBSD, NetBSD

    2 projects | news.ycombinator.com | 3 Nov 2024
  • Why systemd is a problem for embedded Linux

    5 projects | news.ycombinator.com | 3 Nov 2024
  • From Theory to Code: Implementing a Neural Network in 200 Lines of C

    1 project | news.ycombinator.com | 4 Nov 2024
  • Release RP2350 and ESP32-C6 support, RISC-V native emitter, common TinyUSB code

    1 project | news.ycombinator.com | 3 Nov 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?