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

Posted

Hi all,

It is a simple app with a nagscreen .

Try to remove nag secreen ;)

Best of luck !!

P.S. This is 4 beginners only , LOL

Crack me#1.rar

DDD I don't see nag. Just run crackme it sure simple )))

  • Author

This is the nag screen . Probably it pops up when you run the crackme .;)

post-67719-0-65473500-1338472138.png

Just take NOP......the API MessageBox

It is further promotion, than a crackme.

Thanks

  • Author

Think i'm joking?! ) See it http://rghost.ru/pri...ccb3ed61fc4f2b3

Whoa , whoa !! I don't know how that happened :cryss: Everything ran as expected on my computer :disgust:. This piece of code was supposed to give the nag "invoke MessageBox,hWnd, addr Remove, addr NAG, MB_APPLMODAL " :doh: Thanks :)

  • Author

Just take NOP......the API MessageBox

It is further promotion, than a crackme.

Thanks

Yup , but there is a quicker way than NOPing :crazy:. Any other ideas would be greately appreciated.

I am a still a newbie though :elvis: . Thanks :cc_chinese:

Edited by genocide

The same with NikolayD, no nag! I know 2 method is nop and change push 0 to push 1.

Another can be used but when you know how the message is called

Edited by kakamail

  • Author

Whoa , whoa !! I don't know how that happened :cryss: Everything ran as expected on my computer :disgust:. This piece of code was supposed to give the nag "invoke MessageBox,hWnd, addr Remove, addr NAG, MB_APPLMODAL " :doh: Thanks :)

The same with NikolayD, no nag! I know 2 method is nop and change push 0 to push 1.

Another can be used but when you know how the message is called

I am sorry but I still can't figure out the cause of the problem :cry:. Here is the source code . You may want to compile it yourself and run again :elvis:

  • Author

Download Source failed...

  • Author

Download Source failed...

Better late then never :) Sorry I was busy ! . Please help me find the bug :cryss:

Crack me Source.rar

I can't compile the source because i don't have a compileren installed yet.

But, (im not sure), it seems you should invoke the messagebox at WndProcedure at initializing.

Thank you for providing the source.....

I have not had much time to analyze despite being written in MASM, I do not use WinASM. I use RadASM.

so try:

LRESULT CALLBACK WndProcedure (HWND hWnd, uMsg UINT, WPARAM wParam, lParam LPARAM);

create a return...NAG was not removed, will give a return FALSE, to stop the application.

if( NAG )

return FALSE

can be an alternative.

Hug

the place where you call MessageBox is wrong (message can not be displayed due the fact that at this moment there is no valid handle of the window)

if you call it from:


.ELSEIF eax==WM_CREATE invoke MessageBoxA,hWnd, addr Remove, addr NAG, MB_APPLMODAL ; My nag screen!

here you got what you want, at least i hope. :D

Edited by sama

The [crackme] tag has been added to your topic title.

Please remember to follow and adhere to the topic title format - thankyou!

[This is an automated reply]

if wana remove only with Nop or FNOP

004013B5 D9D0 FNOP

004013B7 D9D0 FNOP

004013B9 D9D0 FNOP

004013BB D9D0 FNOP

004013BD D9D0 FNOP

004013BF D9D0 FNOP

004013C1 D9D0 FNOP

004013C3 D9D0 FNOP

004013C5 D9D0 FNOP

004013C7 D9D0 FNOP

maybe in fact maybe work better with other push before (push 0) or changing maybe to a push 0 to push 40

  • 4 months later...
  • Author

Well, back after quite some time :) Thanks goes to all. I think an elegant way to remove MBs is to open by CFF Explorer and change the "MessageBoxA" to "GetMessageA". :cool2: Read it somewhere in ARTeams ezine ;)

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.