From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 263192de for ; Mon, 6 Jan 2020 19:19:01 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id D63099BB6D; Tue, 7 Jan 2020 05:18:59 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 743089BB66; Tue, 7 Jan 2020 05:18:44 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id ED4E99BB66; Tue, 7 Jan 2020 05:18:41 +1000 (AEST) X-Greylist: delayed 466 seconds by postgrey-1.36 at minnie.tuhs.org; Tue, 07 Jan 2020 05:18:41 AEST Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by minnie.tuhs.org (Postfix) with ESMTP id AC01C9BB4A for ; Tue, 7 Jan 2020 05:18:41 +1000 (AEST) Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 82856156E42D; Mon, 6 Jan 2020 11:10:26 -0800 (PST) To: Will Senn In-reply-to: Your message of "Mon, 06 Jan 2020 12:38:25 -0600." References: <42cf63eb-d51e-d1ab-34ed-fbff94e18999@gmail.com> <682F5EA8-A1D2-4A5A-933F-C46B3631030E@gmail.com> Comments: In-reply-to Will Senn message dated "Mon, 06 Jan 2020 12:38:25 -0600." From: Bakul Shah MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <29124.1578337826.1@bitblocks.com> Date: Mon, 06 Jan 2020 11:10:26 -0800 Message-Id: <20200106191033.82856156E42D@mail.bitblocks.com> Subject: Re: [TUHS] wump.c for v6 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Mon, 06 Jan 2020 12:38:25 -0600 Will Senn wrote: > > On 1/6/20 12:29 PM, Warner Losh wrote: > > The good news is that disassembly will tell you right away if it was > > written in C or not. > > > > > OK. I give up. How? Running strings on the wump binary in Dennis_v6 and comparing its output with actual strings in the wump.c source n Henry_Spencerv7 reveals they are pretty much the same.