From cb9c3fb65be65d758f771b25c9578841f6d41301 Mon Sep 17 00:00:00 2001 From: ValekoZ Date: Wed, 25 Sep 2024 15:18:55 +0200 Subject: [PATCH] Ups I forced pushed without pulling modifications :o --- docs/commands/vmmap.md | 2 +- gef.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/vmmap.md b/docs/commands/vmmap.md index 90d401e34..597decb8d 100644 --- a/docs/commands/vmmap.md +++ b/docs/commands/vmmap.md @@ -26,6 +26,6 @@ The address can be also be given in the form of a register or variable. ![vmmap-register](https://github.com/hugsy/gef/assets/11377623/aed7ecdc-7ad9-4ba5-ae03-329e66432731) -And you can do all of them in one command :) +And you can do all of them in one command 🙂 ![vmmap-all-in-one](https://github.com/hugsy/gef/assets/11377623/b043f61b-48b3-4316-9f84-eb83822149ac) diff --git a/gef.py b/gef.py index 9bda7a4b6..8c9767912 100644 --- a/gef.py +++ b/gef.py @@ -8905,7 +8905,7 @@ def do_invoke(self, _: List[str], **kwargs: Any) -> None: names: List[str] = [x for x in args.name] for arg in args.unknown_types: - if arg is '': + if not arg: continue if self.is_integer(arg):