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 Can Compile ?

Featured Replies

Posted

exe need write in own code section. How can compile in masm that is writable ?

Something I saw posted on ARTeam forum by jAgx.

It explains how to set the section writable.

if using radasm, add /SECTION:.text|RWE the LINK box under Project -> Project Options]

otherwise, just add /SECTION:.text,RWE to linking arguments

Haven't tried it myself.

Edited by jstorme

  • Author

I use win32asm studio.

Google find: "If you're using MS link, try /SECTION:.text,ERW"

What mean ?

Ow. Posts cross. Thank. I have try adding to link. Not work...

Edited by Rumour

I use win32asm studio.

Google find: "If you're using MS link, try /SECTION:.text,ERW"

What mean ?

Its the same as jstorme described for radasm, select project options, click on the debug tab and enter it in the link args.

  • Author
Its the same as jstorme described for radasm, select project options, click on the debug tab and enter it in the link args.

You mean Click project, click properties ? No debug tab?

When add /SECTION:.text,ERW after link argument (make command-release mode) not work

  • Author

Owowo! Stupid Rumour.

Work fine. Forgot spacing. Dumb dumb

Thank for help.

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.