HyperDbg Debugger
Loading...
Searching...
No Matches
hyperdbg/tests/command-parser/command-parser-testcases.txt File Reference

Functions

 printf ("ho")

Variables

_____________________________________________________________ salam khobi salam khobi _____________________________________________________________ !monitor script
followed by execute main
_____________________________________________________________ cmd
 return

Function Documentation

◆ printf()

printf ( "ho" )

Variable Documentation

◆ cmd

_____________________________________________________________ cmd
286 {simple} {sequence} -option
287----------------------------------
288cmd
289----------------------------------
290simple
291----------------------------------
292sequence
293----------------------------------
294-option
295_____________________________________________________________
296run -flag1 {data1} -flag2 {data2} -flag3 {data3}
297----------------------------------
298run
299----------------------------------
300-flag1
301----------------------------------
302data1
303----------------------------------
304-flag2
305----------------------------------
306data2
307----------------------------------
308-flag3
309----------------------------------
310data3
311_____________________________________________________________
312test -x -y -z {set1} and {set2} followed by {set3}
313----------------------------------
314test
315----------------------------------
316-x
317----------------------------------
318-y
319----------------------------------
320-z
321----------------------------------
322set1
323----------------------------------
324and
325----------------------------------
326set2
327----------------------------------
328followed
329----------------------------------
330by
331----------------------------------
332set3
333_____________________________________________________________
334init {first} then {second} && finally {third}
335----------------------------------
336init
337----------------------------------
338first
339----------------------------------
340then
341----------------------------------
342second
343----------------------------------
344&&
345----------------------------------
346finally
347----------------------------------
348third
349_____________________________________________________________
350long command with {multiple parts in} {separate blocks}
351----------------------------------
352long
353----------------------------------
354command
355----------------------------------
356with
357----------------------------------
358multiple parts in
359----------------------------------
360separate blocks
361_____________________________________________________________
362simple {standalone block}
363----------------------------------
364simple
365----------------------------------
366standalone block
367_____________________________________________________________
368trigger {script } && -flag {option} final
369----------------------------------
370trigger
371----------------------------------
372script
373----------------------------------
374&&
375----------------------------------
376-flag
377----------------------------------
378option
379----------------------------------
380final
381_____________________________________________________________
382initiate --parameters { --data="complex value"; return 0;} and end
x
Definition 01-expressions-correct.txt:2
_____________________________________________________________ salam khobi salam khobi _____________________________________________________________ !monitor script
Definition command-parser-testcases.txt:12
_____________________________________________________________ cmd
Definition command-parser-testcases.txt:286

◆ main

followed by execute main ( void )

◆ return

return

◆ script

_____________________________________________________________ !monitor script
12 { tesTo salam
13
14khoobi?
15 }
16----------------------------------
17!monitor
18----------------------------------
19123
20----------------------------------
211234
22----------------------------------
24----------------------------------
25 tesTo salam
26
27khoobi?
28
29_____________________________________________________________
30 !monitor rwx 123 1234 script { @rax= @rbx;
31
32printf("ho");
33 }
rax
Definition 09-do-while-loop-with-statements-wrong.txt:54
printf("ho")