|
|
|
|
|
by boricj
642 days ago
|
|
No, it's actually ripping out bits from an executable and turning them into relocatable object files. The technical term I've come up with for this is delinking, although the decompilation community calls it binary splitting. Putting it another way, you can make libraries out of a program with this technique. |
|