Commit Graph

3 Commits

Author SHA1 Message Date
Huoji's
51f929abfa 1 2025-03-09 14:57:42 +08:00
Huoji's
10c56952c6 Refactor import library parsing with SEH-safe function and README update
- Extract SEH-based import library parsing into a separate function for better modularity
- Add new processImportWithSEH and processImportWithSEH_Internal functions to handle import parsing safely
- Update README.md with more detailed project description and initial engine classification
- Improve error handling and exception management during PE import directory traversal
- Standardize library name processing with lowercase transformation
2025-03-09 04:42:28 +08:00
Huoji's
95df007dbf Add README and improve import library parsing with exception handling
- Create initial README.md with project overview and motivation
- Add SEH-based exception handling in ExtractFeatures method for import library parsing
- Prevent potential access violations during PE import directory traversal
- Implement basic error logging for skipped files with access violations
2025-03-09 04:24:46 +08:00