3 comments

  • BobbyTables21 hour ago
    How does this actually work in practice?<p>I suppose altering instruction count or size still dooms the executable to become non-functional?<p>Or do all absolute &amp; relative code &amp; data references all get magically updated?
    • saidnooneever43 minutes ago
      elf and pe have relocation info so u can patch things effectively. binary blobs might be problematic but project targets elf&#x2F;pe from what i can tell.<p>there is no magic in computer -_-
  • sterlind3 hours ago
    ooh souffle! wonder how they avoid saturation explosion. that&#x27;s doomed my souffle projects in the past. but obviously they&#x27;ve found a way to partition (maybe by block?)
  • aboardRat46 days ago
    HN does not seem to have discussed ddisasm enough.<p>When I discovered it, I was amazed, astonished, stunned, thrilled, and in disbelief.<p>It turns out that it actually works.