[rescue] Disassembler for boot proms

Mouse mouse at Rodents-Montreal.ORG
Mon Jan 20 06:58:34 EST 2025


>> My primary distribution mechanism is a world-clonable git repo,
>> git://git.rodents-montreal.org/Mouse/disas; [...]

> Thanks Mouse, taking a look.

> So I got disas and, after some browsing your server, also lcs-cvt[1].

Ah, thank you.  I should probably update the INSTALL if it took you
some browsing around.  I'll give it a read-over.

> But the latter is using "mcgrep" in its Makefile.  How's this
> different from a standard (Linux) grep ?

I'd hesitate to call Linux grep `standard', but:

As used there, "mcgrep -1 VER= file" can be replaced with "fgrep VER=
file | head -1", or, based on grep(1) on a work Linux machine, "fgrep
-m 1 VER= file".  mcgrep has a bunch more capabilities, but they're not
being used there - clone git://git.rodents-montreal.org/mcgrep if you
want to have a look.  (If you want to actually _build_ mcgrep, you'll
need .../libsearchstr as well.)

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse at rodents-montreal.org
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B



More information about the rescue mailing list