diff options
author | Malfurious <m@lfurio.us> | 2022-07-07 23:56:25 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-09-12 20:15:29 -0400 |
commit | e2e19ae710abdb77e232e5e3eb2aec503cbaacad (patch) | |
tree | 46ddb7728a076d40fb31c8f2e3a208b1145ff10c /README.txt | |
parent | 33452816a966897bf240a13a41ce5d99ed242ef9 (diff) | |
download | sploit-e2e19ae710abdb77e232e5e3eb2aec503cbaacad.tar.gz sploit-e2e19ae710abdb77e232e5e3eb2aec503cbaacad.zip |
sploit: payload: Class no longer extends Symtbl
Given the current design of Symtbl, creating subclasses of it gets more
tedious the further one goes down a potential class hierarchy. As I am
planning to introduce new features in the future that explicitly extend
Payload, make this change now to minimize the impact.
Additionally, switching Payload's relationship with Symtbl from "is-a"
to "has-a" makes it more consistent with rev.ELF, the other major user
of Symtbl. (And in both cases, the member is named 'sym')
Signed-off-by: Malfurious <m@lfurio.us>
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions