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.

Some remarks and suggestions

Featured Replies

Posted
some remarks:

 

1. copy to clipboard? (asm, hex, dump, stack, regs)

2. show reg value in listing comment only if EIP == address command. Not always!

3. if current EIP for example > "cmp r13d, 1" then show in window value of "r13d" like OllyDbg

4. then i insert "debugbreak" in my code, how i can pass it x64_dbg? F7,F8,F9 crash app ^(

5. sample: call 401000 @401000: call MessageBoxA (call 401000 > can auto rename to MessageBoxA)

Edited by Hellsp@wn

Does this support ollydbg 1.10 plugins?

@Hellsp@wn:

1. copy to clipboard? (asm, hex, dump, stack, regs)

Yep, it's on the todo list :). If you want, please vote for it, so I know what's the most important thing for you guys.

https://bitbucket.org/mrexodia/x64_dbg/issue/63/copy-address-opcode-instruction-text

 

2. show reg value in listing comment only if EIP == address command. Not always!

seems like a good idea, added that to the todo list as well :Dhttps://bitbucket.org/mrexodia/x64_dbg/issue/98/register-strings-labels-only-on-cip

 

3. if current EIP for example > "cmp r13d, 1" then show in window value of "r13d" like OllyDbg

jep, updated the description a little according to the EIP part: https://bitbucket.org/mrexodia/x64_dbg/issue/64/infobox

 

4. then i insert "debugbreak" in my code, how i can pass it x64_dbg? F7,F8,F9 crash app ^(

ah, thats included in the API only (SetDbgContinueStatus or something in TitanEngine), see this issue https://bitbucket.org/mrexodia/x64_dbg/issue/53/pass-exception-to-program-or-swallow

 

5. sample: call 401000 @401000: call MessageBoxA (call 401000 > can auto rename to MessageBoxA)

I don't understand this one completely, do you mean this?:

 

@401000:jmp dword ptr ds:[imp_MessageBoxA]@XXX:call 401000 -> call [JMP.MessageBoxA] ?
Thanks for the suggestions :)

@Waimokein:

Feel free to write an OllyDbg plugin loader plugin for x64_dbg ;)

Greetings,

Mr. eXoDia

Edited by Mr. eXoDia

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.