Commit Graph

10 Commits

Author SHA1 Message Date
pancake
374b86e866 Fix seek history for the 's..' partial seeks ##shell 2022-03-27 14:24:02 +02:00
pancake
8e2e9c73e4
Fix so-1 in runofthemill (#19445) 2021-11-28 01:50:29 +01:00
pancake
065bfd31c0
Initial implementation of spp, snp, /bp and /pp to find next/prev preludes ##search 2021-06-28 00:31:08 +02:00
pancake
65f1b62af4
Always load bin types as pf. format strings ##bin (#18675) 2021-05-20 00:48:24 +02:00
Anthoine Bourgeois
7b150217b3 Test "db/cmd/cmd_seek seekinstr" is valid with newshell
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
2021-04-24 21:58:09 +02:00
pancake
4b60f0f2bb Honor R2_CFG_NEWSHELL=0 to disable it ##shell 2020-12-28 20:03:25 +01:00
pancake
49349cb320 Implement $i and $I numvars ##shell
* Warning: The temporal seek only works on oldshell
* Seek to the last address in current basic block
  `> s $I1@$Fe`
* Decomposes into:
  * $Fe = end address of function basic block
  * $I1 = one instruction backward
  * s = seek command is inmune to the @ tmpseek effects
2020-12-28 20:03:25 +01:00
Dennis Goodlett
9869a4d8f9
Fix r_anal_get_bbaddr to include internal addrs ##anal (#17309) 2020-07-21 10:16:28 +02:00
Riccardo Schirone
8e9bbc9b15
Support relative temporary seek in cfg.newshell (#16693)
* Support relative temporary seek in cfg.newshell
* Add test for relative temporary seek
2020-04-24 11:23:55 +02:00
pancake
346eb5bd38
Move test/new/* into test/ ##tests (#16511) 2020-04-13 19:49:23 +02:00