Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

x64dbg findall/findallmem command results

Featured Replies

Posted

Hi all,

I'm trying to use the findall (or better yet, findallmem) command in x64dbg to find all the address matching a pattern.

The command is documented here: https://help.x64dbg.com/en/latest/commands/searching/findall.html

I see that $result now contains the number of occurences, so the pattern was found (multiple times).

Now, this might sound like a silly question (sorry if it is), but how can I actually get the relevant addresses where the pattern was found? 😅

if i use the find command, the relevant address is stored in $result. Where are the addresses stored in the case of findall?

 

Thanks a lot,

Luca

  • Author

Hello,

first of all I'd like to thank @agentjones for his reply (and he is technically correct!).

The correct way to retrieve the addresses is to use ref.addr(X) where X is the index.

For example:

ref.addr(0) -> get the first address of the searched pattern

ref.addr(1) -> get the second address of the searched pattern

and so on...

 

Edited by Luca91

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.