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

I bet you have come across some software you’ve made which you didn’t want the AV to pick up. This article explains how to import from DLLs without having to call GetProcAddress, and also how to encrypt your data section. Anti-viruses rely heavily on their heuristics, if all other (signature) scans fail. The patterns they search for in your executable, are the functions being imported, and the order they are being called.

No imports!

Having no import table is relatively easy. There are however some functions I haven’t imported dynamically, but which are very normal in any application (libc functions).

The steps you need to do are:


  • Get the kernel32 module base address. (kernel32.dll is always loaded when the process is started, and so is ntdll.dll)
  • Make your own GetProcAddress
  • Use it to find LoadLibrary’s address, so that you can load other DLLs
  • Make the functions usable in a practical way, so that you don’t have to make a prototype for each of the functions that you will load


/>http://www.x-n2o.com/clever-tricks-against-antiviruses/

Ted.

well no import is old, dunno if they are same on xp,vista and win7 and again x86 vs x64.

another thing on vista and win7 you can have shifting dlls. so you need to handle exceptions when you scan memory.

such scans can give noticeable slowdowns.

and finally, some av today use own ring0 drivers, so they control windows and will always notice your work.

Edited by human

Really this is what Themida has been doing for forever..

Is cool, but themida does it better.

Edited by quosego

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.