diff --git a/README.md b/README.md index 3933703..6c95eef 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Usage -I, --imports -E, --exports -V, --version-info + --imphash --packer --deep packer deep scan, significantly slower -P, --packer-only packer/compiler detect only, @@ -94,6 +95,7 @@ Usage ID: section:raw/0x400 - section by RAW_PTR --va2file VA Convert RVA to file offset --set-os-version VER Patch OS version in PE header + --set-dll-char X Patch IMAGE_OPTIONAL_HEADER32.DllCharacteristics -W, --web Uploads files to a https://pedump.me for a nice HTML tables with image previews, diff --git a/README.md.tpl b/README.md.tpl index b274b21..1cfe9f9 100644 --- a/README.md.tpl +++ b/README.md.tpl @@ -4,6 +4,9 @@ pedump [![Build Status](https://travis-ci.org/zed-0xff/pedump.png?branch=mast News ---- ``` +2024.04.20 - cli: add --set-dll-char to patch dll characteristics + pe: imphash calculation + cli: added --imphash option 2024.01.15 - add "--set-os-version VER" cmdline option for patching OS version in PE header 2023.12.04 - workaround IO.pread() not available on windows 2021.02.18 - updated gems; changed open-uri to URI.open; enabled SSL on https://pedump.me/