Skip to content

Commit 29f4d28

Browse files
authored
Move core.sixref plugin to anal.six ##analysis
* No longer depends on RBin or RCore * No CoreSeek changes or CoreBlock uses * Reformat using clang-format-radare2
1 parent 4ec6ed2 commit 29f4d28

21 files changed

+409
-423
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,5 @@ libr/plugins/deps.mk
168168
libr/plugins/deps.h
169169
# libr/plugins/meson.build
170170
libr/plugins/static.cfg
171+
libr/plugins/p/meson.build
172+
libr/plugins/r2plugins.h

COPYING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ armv7v35 Apache-2.0 OK
2121
- agD : LGPL-3.0-only OK
2222
- java : Apache-2.0 OK
2323
- prj : MIT OK
24-
- sixref : MIT OK
24+
- six : MIT OK
2525
- r2ai-client : MIT OK
2626
- r2dec : BSD-3 OK
2727
- r2ghidra : GPL3 OK

dist/plugins-cfg/plugins.cs4.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ bp.ppc
154154
bp.riscv
155155
bp.x86
156156
core.java
157-
core.sixref
157+
anal.six
158158
muta.aes
159159
muta.aes_cbc
160160
muta.aes_wrap

dist/plugins-cfg/plugins.cs6.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bp.ppc
143143
bp.riscv
144144
bp.x86
145145
core.java
146-
core.sixref
146+
anal.six
147147
muta.aes
148148
muta.aes_cbc
149149
muta.aes_wrap

dist/plugins-cfg/plugins.def.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ anal.tcc
44
anal.blaze
55
anal.path
66
anal.a2f
7+
anal.six
78
anal.sbpf
89
anal.tp
910
arch.6502
@@ -183,7 +184,6 @@ core.agD
183184
core.writedwarf
184185
core.prj
185186
core.java
186-
core.sixref
187187
muta.null
188188
muta.ssdeep
189189
muta.add

dist/plugins-cfg/plugins.mingw.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ bp.mips
140140
bp.ppc
141141
bp.x86
142142
core.agD
143-
core.sixref
143+
anal.six
144144
core.java
145145
muta.aes
146146
muta.des

dist/plugins-cfg/plugins.nocs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ bp.mips
128128
bp.ppc
129129
bp.x86
130130
core.agD
131-
core.sixref
131+
anal.six
132132
core.java
133133
muta.aes
134134
muta.des

dist/plugins-cfg/plugins.sdk.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ core.agD
181181
core.writedwarf
182182
core.prj
183183
core.java
184-
core.sixref
184+
anal.six
185185
muta.null
186186
muta.add
187187
muta.aes

dist/plugins-cfg/plugins.termux.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ bp.mips
118118
bp.ppc
119119
bp.x86
120120
core.agD
121-
core.sixref
121+
anal.six
122122
core.java
123123
muta.aes
124124
muta.des

dist/plugins-cfg/plugins.uefi.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ core.agD
121121
core.writedwarf
122122
core.prj
123123
core.java
124-
core.sixref
124+
anal.six
125125
muta.null
126126
muta.add
127127
muta.aes

0 commit comments

Comments
 (0)