pancake
1b7e6a59b9
Remove the unused RAsm.binb ##asm
2022-11-21 03:03:19 +01:00
Ernest Deák (Tino)
f81c7dee37
Fixed incorrect thread arena output ##debug
...
When issuing dmha, often times the output
would include thousands of lines saying the
thread arena is 0xffffffffffffff.
This commit introduces a simple check of
GHT_MAX that aborts printing if the thread
arena is equal to that number. I assume
those pointers are incorrect anyway.
2022-11-20 12:55:12 +01:00
Mohamed Lemine Ould El-Hadj
6c28822d73
Make j/k movement in panels' cursor mode more consistent with it's visual counterpart ##visual
...
* Fixes issue where 'k' goes up two rows instead of one
* Previously moving offscreen with 'j/k' would lead to weird behaviour (getting 'blocked', panel not refreshing), this fixes that as well
2022-11-20 11:40:06 +01:00
pancake
f68bd7a7a9
Fix assert in r2 -ci. --
2022-11-19 12:55:51 +01:00
pancake
d6da13a940
Minor indentation fixes in esil.c
2022-11-19 11:40:51 +01:00
pancake
2b36c54ba2
Fix wrong detection of main
in elf-arm32 ##bin
2022-11-19 03:11:56 +01:00
pancake
cffccadd39
Fix discord badge
2022-11-19 01:12:43 +01:00
pancake
a79add6dff
Update sdb to remove double include paths ##build
...
* Updated pkg-config paths
2022-11-19 01:05:18 +01:00
pancake
b05abf9578
Implement pcn command to print bytes as space separated numbers ##print
2022-11-19 00:14:43 +01:00
pancake
f05b4e2eba
Fix rabin2 -gj and add tests ##bin
2022-11-18 11:56:59 +01:00
pancake
81781665fe
Moving more logic between asm, arch, parse and anal ##api
2022-11-18 03:02:24 +01:00
pancake
2c0d35bcad
Implement cmd.usr1 and cmd.usr2 to handle signals on unix ##shell
2022-11-18 02:18:26 +01:00
pancake
ac593f78c6
Add #!qjs and #!tiny for autocompletion ##shell
2022-11-17 21:27:43 +01:00
pancake
6ca9edb1ce
Fix warning in aflj when parsing vargarg signatures ##anal
2022-11-17 21:23:32 +01:00
TheAllSeeingOwl
339707252c
Changed the expired Discord invite links
2022-11-17 17:00:12 +01:00
pancake
d1388c6d8b
Internal cleanup of asm.c, deprecate the disassembly callback ##asm
2022-11-17 12:07:08 +01:00
pancake
dcda35bcba
RAnalEsil -> REsil api refactor ##api
2022-11-17 10:22:55 +01:00
condret
17e9d62dc6
Add register computed const pointer support for esil dfg ##anal
2022-11-16 18:57:43 +01:00
condret
1e7a6f0ace
Add memory computed const pointer support for esil dfg ##anal
2022-11-16 18:57:40 +01:00
condret
e1a88bb22f
Introduce R_ANAL_ESIL_DFG_TAG_{REG,MEM} ##anal
2022-11-16 18:57:37 +01:00
condret
54a9c52715
Use treebuf io plugin as memory access backed for esil_dfg ##anal
2022-11-16 18:57:33 +01:00
RHL120
e8b41fa5d5
Fix some problems with the rvc-refactor pr
...
* Surpress the output of git init
rationale: rvc init does not output anything so why should git?
* Include r_main.h in ravc2.c
* Fix rvc open and init
* Fix the linter issues
* Remove the no_inline attribute from rvc_repo_type
2022-11-16 11:35:39 +01:00
pancake
b2ff7de0f0
Initial refactoring of the version control api ##rvc
2022-11-16 11:35:39 +01:00
Lars Haukli
b680675d16
Fix subkey removal
2022-11-15 19:12:15 +01:00
pancake
be9c20ce76
Move anal.rsp to the new home ##arch
2022-11-15 13:23:55 +01:00
pancake
9e95cc9444
Add bin.types and disable by default for CI reasons ##bin
2022-11-15 07:22:25 +01:00
meme
c5e41d274c
Support loading Plan 9 kernels ##bin
2022-11-15 07:01:47 +01:00
pancake
2da81c6742
Enable cmd.undo by default ##core
2022-11-15 02:16:09 +01:00
pancake
5505c1aa41
Use API instead of commands to autoload a pdb ##bin
...
* Suposed to fix a crash without reproducer
* Inspired in 5a54787eeeb6134bddcdf07510a076293354627f from rizin
* Author: GustavoLCR <gugulcr@gmail.com>
* AuthorDate: Thu Jun 23 05:50:11 2022 -0300
2022-11-15 01:40:46 +01:00
pancake
9243a98ae7
Move anal.v810 into arch.v810 ##arch
2022-11-14 23:45:59 +01:00
pancake
e50d5d3e2d
Fix #21020 - fix json format for rabin2 -jM when no main is found ##bin
2022-11-14 22:20:43 +01:00
pancake
2ddedc4db4
Fix static themes listing ##cons
2022-11-14 12:09:02 +01:00
pancake
1e23b9e04b
Add support for the swatch dot-beat internet time ##print
...
* Available via `date -b`
* As well as another date format via `ptb`
2022-11-14 12:01:29 +01:00
pancake
29b5cbbf61
Deprecate reil and sysarch defines ##api
2022-11-14 02:24:00 +01:00
pancake
c2a2604edc
Fix asm.assembler regression fixing tests
2022-11-14 01:31:49 +01:00
pancake
2eb81e084c
Simplify release script check
2022-11-14 01:06:56 +01:00
pancake
9952c0b205
Fix behaviour of -a and -b flags (no arg= show current, append? for help) ##shell
2022-11-14 01:06:56 +01:00
Mohamed Lemine Ould El-Hadj
2d98131233
Don't skip byte when moving left/right in cursor mode (disassembly panel) ##visual
2022-11-13 23:32:17 +01:00
pancake
fb7326b64a
Move pickle from anal to arch and add it to meson ##arch
2022-11-13 23:03:42 +01:00
pancake
42b17c2ec6
Fix release check awk oneliner
2022-11-13 22:54:23 +01:00
pancake
46e25f8844
Remove anal.malbolge and fix CI r_esil issues ##arch
2022-11-13 22:38:58 +01:00
pancake
cded4df114
Move anal.esil into the new esil ##esil
2022-11-13 22:38:58 +01:00
Matthias
22bbdf9eb7
fix: discord invite link
2022-11-13 00:20:33 +01:00
pancake
4bf8b325e7
Fix memory leak in arch.jdh8
2022-11-12 00:44:44 +01:00
pancake
bc25b92a28
Fix some memory leaks spotted by coverity
2022-11-11 19:19:24 +01:00
pancake
f55a2bfe6e
Rename the drm command to drv for consistency ##shell
...
* the 'm' was refering to multimedia, 'v' is about vector
2022-11-11 19:19:24 +01:00
pancake
fd379d614b
Fix github ci python warnings
2022-11-11 18:29:03 +01:00
pancake
936b940060
Use github-output instead of set-output in the ci jobs
...
* This syntax will be deprecated the 1st of June 2023
2022-11-11 17:49:53 +01:00
pancake
fc63211df4
Fix capstone headsup
2022-11-11 17:44:15 +01:00
pancake
9462b7d276
Fix last covs
2022-11-11 17:20:50 +01:00