mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
* Fix build.. :(
This commit is contained in:
parent
dc93b16f7b
commit
860e608d23
@ -73,6 +73,7 @@ static int show_help() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int encode (const char *encoder, ut8 *dst, int dstlen, ut8 *src, int srclen) {
|
int encode (const char *encoder, ut8 *dst, int dstlen, ut8 *src, int srclen) {
|
||||||
|
int i;
|
||||||
if (!strcmp (encoder, "xor")) {
|
if (!strcmp (encoder, "xor")) {
|
||||||
ut8 key = 33;
|
ut8 key = 33;
|
||||||
// Find valid xor key
|
// Find valid xor key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user