Skip to content

Commit

Permalink
Ups I forced pushed without pulling modifications :o
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Sep 25, 2024
1 parent 3da17fe commit cb9c3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands/vmmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cb9c3fb

Please sign in to comment.