from Hacker News

Apple II Textfiles

by seomint on 10/12/22, 11:20 PM with 25 comments

  • by joezydeco on 10/13/22, 12:57 AM

    I always enjoy when this resurfaces. I wrote one of the files on there when I was a teenager.

    And it'll outlive me.

  • by EvanAnderson on 10/13/22, 12:25 AM

    The Apple II history series by Steven Weyhrich is wonderful if you’re a fan of knowing minute details about the various Apple II models. Having started my Apple II experience with the IIe I learned a lot about the models that came before. I was surprised and pleased at the level of technical detail he went into.
  • by dhosek on 10/13/22, 12:49 AM

    I was kind of expecting this to be about the fact that beginning with the Apple ][ and running up to (and maybe even a little past) the introduction of OS X, text files on Apple computers used ^M as the line delimiter as opposed to ^J on Unixes and ^M^J on DOS.
  • by rootw0rm on 10/13/22, 8:16 AM

    Cracking has changed a lot, but also not so much. I love how the basic form is: let the target program load into memory then dump it to disk. Basically the same idea applies to older software protections like ASPack...find the original entry point (where the original executable is loaded up without protection), steal a few bytes to jump to a code cave, and patch whatever you want to patch from the code cave.

    also, memory dumpers that can rebase an exe from memory given the original entry point

  • by CalRobert on 10/13/22, 1:36 PM

    Related discussion (and well worth reading, including site owner's DEFCON talk) https://news.ycombinator.com/item?id=22995008
  • by guestbest on 10/13/22, 1:20 AM

    I wish there was a way to duplicate this but it just a fact that the industry got so profitable that these kinds of shared materials get hit by DMCA
  • by jbverschoor on 10/13/22, 5:46 AM

    These this always reminds me of x2ftp.oulu.fi. One of my biggest influences as a teenager. Soo much info