From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31031 invoked from network); 19 Jun 2021 15:05:21 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 19 Jun 2021 15:05:20 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id EA75C9C9DD; Sun, 20 Jun 2021 01:05:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 545879BD19; Sun, 20 Jun 2021 01:04:52 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="V0WKb1fz"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 069439BD19; Sun, 20 Jun 2021 01:04:50 +1000 (AEST) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by minnie.tuhs.org (Postfix) with ESMTPS id E76809BD16 for ; Sun, 20 Jun 2021 01:04:48 +1000 (AEST) Received: by mail-pf1-f171.google.com with SMTP id g192so2428390pfb.6 for ; Sat, 19 Jun 2021 08:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=bQ4IL5fzK8YLNcVeHAjQU7zMUeg/x+DbPlXUNm+HcPA=; b=V0WKb1fzshNwjQyP1HLNcjGCu4ylXtmlq/ASjFguBCxyWW2iop2ArXJNzAOfHPRb2W F7fsD4MOldE3OKuG4FeTejAo26mdawIscpDmfUtoPOwio2/QTwpFE5DH22gyo4Fvnn9F ys2iXVuaDETKQLdq1tJ+E7UcUNwzHPVgV0fzQPMqdSEFIiGVIMiNXJjZpB/GkFaHvzaa 1wBN6I3j5FrPxO8355O0oKKE14N/CKKVPxbCpENf7cEZVBl5BDGEmoBOTZ4pyJPGmhU1 ia7PSMuWoNA2QNwbrMGVSC4thrCQFQj4375b7WedbAXgA6d4j0SQ6AYd63BCjjbvUObq mhyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bQ4IL5fzK8YLNcVeHAjQU7zMUeg/x+DbPlXUNm+HcPA=; b=B3Ys4LFdhZkIj/M7ecDpB25uHMlFMdhahdX7LfbBihVmH9zTKm+6F7g1tK2xsFgld3 Xat2jaKfYXz58Ou6x+qWpneumqh+wKbWpUMG5JOqB6Rgb8oD+NM1+yO3WzDIpdFdNRNE WDn0CIyELBIsNrKLb5ykzLZ9iGEF9R3Mj/Wa7hlzQPUjcs4UG/I6wauAxYPlDnrRnH8K 5KQ9jciN2m+ijI7PV5g6hMvWMpD67jFpok2ik2gEy1SI7i5OaZHVWDcZjr03i4hcca5J IsO08dZtWg1ItscFVKQUYKMs+EGGr9Jtd9dB0GdWHcSvV7zNl1TXyqLMAcDAxjF8XyC6 GIQA== X-Gm-Message-State: AOAM530lFQJMNc3mWUE2wLF1MV1KE4Z9SjoG0Dp5KWMWDpr+Gi6JEGQ5 +87ZnuusPy2cu9Y7jjwbu/03duLiSBsQs5INl9t6P+rl X-Google-Smtp-Source: ABdhPJy6r2e4zf+z6CfV0hWTxLDTCMNMGbgGbplrKt8VfY6Pgxrov6tf3UxKELMdeGE4biG2OqHX04bYLmvmjyPFwaI= X-Received: by 2002:a62:1d0f:0:b029:2d5:3ec2:feb8 with SMTP id d15-20020a621d0f0000b02902d53ec2feb8mr10799486pfd.19.1624115088090; Sat, 19 Jun 2021 08:04:48 -0700 (PDT) MIME-Version: 1.0 From: Henry Bent Date: Sat, 19 Jun 2021 11:04:37 -0400 Message-ID: To: The Eunuchs Hysterical Society Content-Type: multipart/alternative; boundary="000000000000e6676d05c51fc2a7" Subject: [TUHS] Disassemblers 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --000000000000e6676d05c51fc2a7 Content-Type: text/plain; charset="UTF-8" >From what I can gather the only way to reasonably examine the disassembly of a program in the early days of Unix was adb. Is this true? Was there a way to easily produce a full disassembly? I'll confess to being fairly ignorant of adb use since I always had dbx or the equivalent available. The first tool I'm aware of to purposefully/primarily produce a full listing is MIPS dis (ca. 1986?) but there must have been something before that for other systems, no? -Henry --000000000000e6676d05c51fc2a7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
From what I can gather the only way to reasonably exa= mine the disassembly of a program in the early days of Unix was adb.=C2=A0 = Is this true?=C2=A0 Was there a way to easily produce a full disassembly?= =C2=A0 I'll confess to being fairly ignorant of adb use since I always = had dbx or the equivalent available.=C2=A0 The first tool I'm aware of = to purposefully/primarily produce a full listing is MIPS dis (ca. 1986?) bu= t there must have been something before that for other systems, no?

-Henry
--000000000000e6676d05c51fc2a7--