document Packer::hasLoaderSection
This commit is contained in:
parent
80805eb0f2
commit
c9d75e1039
11
src/packer.h
11
src/packer.h
@ -207,6 +207,17 @@ protected:
|
|||||||
#else
|
#else
|
||||||
void addLoaderVA(const char *s, ...);
|
void addLoaderVA(const char *s, ...);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \brief Copy stub from exe.
|
||||||
|
*
|
||||||
|
* \param :
|
||||||
|
*
|
||||||
|
* \arg const char *name \n
|
||||||
|
* Name of the section looked for.
|
||||||
|
*
|
||||||
|
* \return true if the `name` argument correpsonds to an existing section. returns false else.
|
||||||
|
**/
|
||||||
virtual bool hasLoaderSection(const char *name) const;
|
virtual bool hasLoaderSection(const char *name) const;
|
||||||
virtual int getLoaderSection(const char *name, int *slen = nullptr) const;
|
virtual int getLoaderSection(const char *name, int *slen = nullptr) const;
|
||||||
virtual int getLoaderSectionStart(const char *name, int *slen = nullptr) const;
|
virtual int getLoaderSectionStart(const char *name, int *slen = nullptr) const;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user