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.

How To Disable Rich Signature In Vs2005 Linker

Featured Replies

Posted

I already succesfully removed this **** from the masm linker as described in win32 assembly tut from goppit, but Asterix's signfinder doesn't find anything in the VS 2005 linker. Does somebody know how to remove it there? Manually removing it from the compiled exe is annoying.

I assume you mean Visual Studio 7?

The linker has a slight change in the code structure so sigfinder doesn't find it. Use olly and look for it, you can find it easily as it's not that much different.

  • Author
I assume you mean Visual Studio 7?

I think 2005 is v8.

The linker has a slight change in the code structure so sigfinder doesn't find it. Use olly and look for it, you can find it easily as it's not that much different.

Yeah, but what to search for? ;)

Thx.

SignFinder finds something, but no add ecx, eax at this address. Did they change the code?

EDIT: I searched for tzset way below the address signfinder told me and found an add edx, eax that I noped out. Works great now :thumbsup:

Edited by Durchschuss

Told you it was easy ;)

Thx.

SignFinder finds something, but no add ecx, eax at this address. Did they change the code?

See next 15-16 bytes for add ecx,eax (bytes 03C8). SignFinder doesn't change anything, you must manualy change bytes with WinHEX or another hex editor.

  • 8 months later...
  • Author
Thx.

SignFinder finds something, but no add ecx, eax at this address. Did they change the code?

See next 15-16 bytes for add ecx,eax (bytes 03C8).

It is an add edx,eax (03D0) now (VS2005 SP1). And you have to scroll down a lot.

It is easier to search for references to _tzset (it is the last one at 46AF8E).

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.