summaryrefslogtreecommitdiff
path: root/view/pe
AgeCommit message (Expand)Author
2025-03-28belated copyright year updateJordan Wiens
2025-03-07Allow PE view endianness to be overridden to BEBrandon 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-16Register and use loggers for COFF viewJosh 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-07-15Fix crash on load of AArch64 TE w/ Binja freeBrandon Miller
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 from py mapped viewBrandon Miller
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-04-15Fix TE view PerformGetEntryPointBrandon Miller
2024-03-30Update copyright year for various modulesXusheng
2024-03-15Give names to data directory entriesMichael Krasnitski
2024-03-15Adjust names and types of TE Header fieldsMichael Krasnitski
2024-03-13Fixed segment / section misalignment in TE viewBrandon Miller
2024-03-11BinaryView for EFI Terse ExecutablesBrandon Miller
2024-03-06Move view modules into the API repoRusty Wagner