You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an Executable or ExecutableFile class which represents an executable file. It should provide a generic format-agnostic interface to the executable file and it's metadata. It should also provide a method which returns the .text section of each executable format, using other executable file format parser libraries behind the scenes.
The text was updated successfully, but these errors were encountered:
Add an
Executable
orExecutableFile
class which represents an executable file. It should provide a generic format-agnostic interface to the executable file and it's metadata. It should also provide a method which returns the.text
section of each executable format, using other executable file format parser libraries behind the scenes.The text was updated successfully, but these errors were encountered: