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.

Invalid Variable Name?

Featured Replies

Posted

I'm still getting used to this scripting engine...

so far for all the other versions variable declarations where:

var x

and that was goo... however...

I do it and in the log window, I get "Invalid Variable Name" ?

should I declare it in a specific scope? or it can be under a label scope ?

The var command is kind of deprecated. Just type x = 3 and it will create the variable when needed (var gives an error if you already declared x). If you want to be explicit that x is a variable, write $x = 3

  • Author
3 hours ago, Mr. eXoDia said:

The var command is kind of deprecated. Just type x = 3 and it will create the variable when needed (var gives an error if you already declared x). If you want to be explicit that x is a variable, write $x = 3

Awesome thanks for this Mr. eXoDia :D also now that I have you here, I've been trying to look in the script reference for the command EOB but haven't been able to find it... will it be included in a near future?

EOB label
---------
Transfer execution to some label on next breakpoint.
(see BPGOTO command to assign a label to a breakpoint)

Example:
	eob SOME_LABEL

 

At the moment I don't have plans for extending the script language. However contributions are always welcome :)

EDIT: main reason for this is that I don't have time. All the time I devote to x64dbg goes to stability and performance fixes.

Edited by Mr. eXoDia

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.