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.

Featured Replies

Well it took a while to find the oep, but all unpacked and working. B)

// code by sdy100

// test : Ollydbg 1.10 Odbgscript 1.65.1

mov tmp,1

loop:

gpa "CreateProcessA", "Kernel32.dll"

mov CreateProcessA, $RESULT

gpa "WriteProcessMemory", "Kernel32.dll"

mov WriteProcessMemory, $RESULT

bp CreateProcessA

erun

bp WriteProcessMemory

erun

bc

mov addr, [esp+c]

mov size, [esp+10]

eval "dump{tmp}.exe"

mov name, $RESULT

dm addr, size, name

eval "dumped dump{tmp}.exe"

msg $RESULT

inc tmp

MSGYN "1 more ?"

cmp $RESULT, 1

je loop

end:

ret

Edited by sdy100

Hello sdy100,

your script doesn't work correctly.I get the dump

Hello LCF-AT

Your script doesn't work correctly.I get the dump

Edited by sdy100

Use Odbgscript 1.65.1
Hi,

erm, where did u get it ?

The latest version I can see on their site is 1.64...

Greets

http://odbgscript.svn.sourceforge.net/view...script/Release/

1.65 (SVN)

+ BPHWC without parameter clears all hardware breakpoints (same as BPHWCALL, which could be removed/renamed)

+ BC without parameter clears all loaded breakpoints (Breakpoints Window)

+ BD without parameter disables all loaded breakpoints

* Breakpoints saving enhanced, and saving/restore on restart.

Edited by sdy100

Hello again sdy100,

ok now it works but i think it

hi LCF-AT

You don't need to manual work

use PEtools -> section -> right click -> dumpfixer (PEtools 1.5 Rc7)

regard

Hey sdy100,

you are right.I dont have used this feature before.

That smoothly escaped me.Thanks for the advice

and excuse for the trouble. :kick:

greetz

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.