DDisasm: Reversible (bi-directional) Disassembler 6 days ago (github.com) 5 comments aboardRat4 Reply Add to library BobbyTables2 2 hours ago How does this actually work in practice?I suppose altering instruction count or size still dooms the executable to become non-functional?Or do all absolute & relative code & data references all get magically updated? saidnooneever 24 minutes ago elf and pe have relocation info so u can patch things effectively. binary blobs might be problematic but project targets elf/pe from what i can tell.there is no magic in computer -_- sterlind 3 hours ago ooh souffle! wonder how they avoid saturation explosion. that's doomed my souffle projects in the past. but obviously they've found a way to partition (maybe by block?) aboardRat4 6 days ago HN does not seem to have discussed ddisasm enough.When I discovered it, I was amazed, astonished, stunned, thrilled, and in disbelief.It turns out that it actually works. saagarjha 4 hours ago Why is it amazing?
BobbyTables2 2 hours ago How does this actually work in practice?I suppose altering instruction count or size still dooms the executable to become non-functional?Or do all absolute & relative code & data references all get magically updated? saidnooneever 24 minutes ago elf and pe have relocation info so u can patch things effectively. binary blobs might be problematic but project targets elf/pe from what i can tell.there is no magic in computer -_-
saidnooneever 24 minutes ago elf and pe have relocation info so u can patch things effectively. binary blobs might be problematic but project targets elf/pe from what i can tell.there is no magic in computer -_-
sterlind 3 hours ago ooh souffle! wonder how they avoid saturation explosion. that's doomed my souffle projects in the past. but obviously they've found a way to partition (maybe by block?)
aboardRat4 6 days ago HN does not seem to have discussed ddisasm enough.When I discovered it, I was amazed, astonished, stunned, thrilled, and in disbelief.It turns out that it actually works. saagarjha 4 hours ago Why is it amazing?
How does this actually work in practice?
I suppose altering instruction count or size still dooms the executable to become non-functional?
Or do all absolute & relative code & data references all get magically updated?
elf and pe have relocation info so u can patch things effectively. binary blobs might be problematic but project targets elf/pe from what i can tell.
there is no magic in computer -_-
ooh souffle! wonder how they avoid saturation explosion. that's doomed my souffle projects in the past. but obviously they've found a way to partition (maybe by block?)
HN does not seem to have discussed ddisasm enough.
When I discovered it, I was amazed, astonished, stunned, thrilled, and in disbelief.
It turns out that it actually works.
Why is it amazing?