summaryrefslogtreecommitdiff
path: root/view/pe/peview.cpp
AgeCommit message (Expand)Author
2026-05-28[PE] Add a fast fail for malformed PE exception directory table sizeMason Reed
2026-04-22[PE] Do not create symbols for debugging metadata symbol entriesJosh Ferrell
2026-03-06Remove unused variable (skip-ci)Xusheng
2026-03-05Parse and display PE resource information in triage view. Fix https://github....Xusheng
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-10-21better validation for malformed PE RSRC records and cleanup (fixes an infinit...Jordan Wiens
2025-10-21fix pe section debug loggingJordan Wiens
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-05-30Don't query the template simplifier setting while demangling symbolsPeter LaFosse
2025-04-03Fix user platform override between armv7 and thumbBrandon Miller
2025-01-20Allow overriding common loader settings when automatic load file parsing fails.Brian Potchik
2024-11-13Bulk add segments in the binary view to improve performanceXusheng
2024-10-23Fix conditional no-returnPeter LaFosse
2024-10-17Demangler plugin APIGlenn Smith
2024-09-25Fix PE with invalid string table start failing to loadJosh Ferrell
2024-09-16Fail to resolve long PE section name when string table is invalidJosh Ferrell
2024-09-13Ultimate.Alexander Taylor
2024-08-08Add workflow for identifying TerminateProcess(GetCurrentProcess)Peter LaFosse
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-06-10Correctly parse the value of guardCFCheckFunctionPointer and guardCFDispatchF...Xusheng
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
2024-05-16Removed loader.architecture override from viewsBrandon Miller
2024-05-15Initial parsing of PE resourcesJosh Ferrell
2024-05-03Format added bracesMason Reed
2024-05-03Use LLVM demangler as a fallback for GNU and MS demanglersMason Reed
2024-03-11BinaryView for EFI Terse ExecutablesBrandon Miller
2024-03-06Move view modules into the API repoRusty Wagner