/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bitbucket
help/cmp.htm
30 строк
959 B
mr.exodia
PROJECT: updated help
11 фев 2014, 01:44
11 фев 2014, 01:44
abca61d
Код
Авторство
О чём код?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>cmp</title> <meta name="GENERATOR" content="WinCHM"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style> html,body { /* Default Font */ font-family: Courier New; font-size: 11pt; } </style> </head> <body> <P><STRONG>cmp<BR></STRONG>This command compares two expressions. Notice that when you want to check for values being bigger or smaller, the comparison arg1>arg2 is made. If this evaluates to true, the $_BS_FLAG is set to 1, meaning the value is internally bigger. So you test if arg1 is bigger/smaller than arg2.</P> <P><U>arguments<BR></U> arg1: First expression to compare. </P> <P> arg2: Second expression to compare. </P> <P><U>result<BR></U>This command sets the internal variables $_EZ_FLAG and $_BS_FLAG. They are checked when a branch is performed. </P></body></HTML>