? Help or evaluate math expression
Usage: ?[?[?]] expression
Tips
- Use
?ito give stdin input
-
? eip-0x804800show hex and dec result for this math expr -
[cmd]?*Recursive help for the given cmd ?! [cmd]run cmd if $? == 0?$show value all the variables ($)?+ [cmd]run cmd if $? > 0?- [cmd]run cmd if $? < 0?= eip-0x804800hex and dec result for this math expr?? [cmd]run cmd if $? != 0??show value of operation?_ hudfileload hud menu with given file?ashow ascii table?b [num]🚀 show binary value of number asciinema?b64[-] [str]🚀 encode/decode in base64 asciinema?btw num|(expr) num|(expr) num|(expr)returns boolean value of a <= b <= c?B [elem]show range boundaries like 'e?search.in?d*List all opcode descriptions. Can grep with~?e[nbgc] stringecho string (nonl, gotoxy, column, bars)?epprint PIE charts?E stringclippy messages.?f [num] [str]map each bit of the number as flag string index?Fflush cons output?h [str]calculate hash for given string?ican be used to pass stdin input?i[ynmkp] argprompt for number or Yes,No,Msg,Key,Path and store in $$??ikpress any key input dialog?im message🚀 show message centered in screen asciinema?in promptnoyes input prompt?iy promptyesno input prompt?l[q] 🚀 strreturns the length of string. Use q for quite. asciinema?o num🚀 get octal value asciinema?O [id]List mnemonics for current asm.arch / asm.bits-
Usage:
?O[jd] [arg].. list all mnemonics for asm.arch (d = describe, j=json)
-
?p vaddrget physical address for given virtual address?P paddrget virtual address for given physical one?q eip-0x804800compute expression like?or?vbut in quiet mode?r [from] [to]🚀 generate random number between from-to asciinema?s from to stepsequence of numbers from to by steps?S addrreturn section name of given address?t cmd🚀 returns the time to run a command asciinema?Tshow loading times?u numget value in human units (KB, MB, GB, TB)?v eip-0x804800show hex value of math expr?vi rsp-rbpshow decimal value of math expr?vx❓?Vshow library version of r_core?w addr🚀 show what's in this address (like pxr/pxq does) asciinema?x str🚀 returns the hexpair of number or string asciinema?x+numlike ?v, but in hexpairs honoring cfg.bigendian?x-hexstconvert hexpair into raw string with newline?X num|expr🚀 returns the hexadecimal value numeric expr asciinema?y [str]show contents of yank buffer, or set with string