Better names and Fixing a Potential Race condition while reading File

This commit is contained in:
ahm3dgg
2026-01-13 19:41:12 +02:00
parent df8c093dd1
commit 3db0eacc92
2 changed files with 30 additions and 22 deletions

View File

@@ -94,7 +94,7 @@ struct process_context
std::optional<section> get_knowndll_section_by_name(const std::u16string& name, bool is_32bit) const;
void add_knowndll_section(const std::u16string& name, const section& section, bool is_32bit);
bool is_knowndll_section_exists(const std::u16string& name, bool is_32bit) const;
bool has_knowndll_section(const std::u16string& name, bool is_32bit) const;
void serialize(utils::buffer_serializer& buffer) const;
void deserialize(utils::buffer_deserializer& buffer);