-
Hi all,
Sorry to open that thread but I failed to figure out how to solve my issue with my Mifare 0.3k dump.
I got all the keys, worked with mfoc 0.10.7 and got a dump which appears as partial.
…
-
Could you please add a syntax highlight for the output of `hexdump` or `xxd` or the Golang hex.Dump
```
00000000 a4 5e 35 71 00 00 08 80 a4 5e 35 71 00 00 08 80 |.^5q.....^5q....|
00000010 a4…
-
# 在 Bash 中进行 encodeURIComponent/decodeURIComponent | Harttle Land
URL Encoding 又叫百分号编码,定义在 URL 标准 中。在前端通过 encodeURI 和 encodeURIComponent 来分别编码 URL 和 URL 参数。那么在 Bash 中怎么编解码呢?这在写处理网页或链接的脚本时非常有用...
[ht…
-
https://rt.cpan.org/Public/Bug/Display.html?id=36384
PPI 1.215/1.216_01:
```
perl -WE 'open( my $fh, ">", "contains_nul.pl"); print $fh "my \$a; \0 my \$b; print 1;";'
xxd -g1 contains_nul.pl
00000…
-
![Image](https://user-images.githubusercontent.com/3657095/214770146-9ef08e41-ef59-4a55-bd97-1c6453baebf4.png)
# Steps
1. You'll convert a model in Jupyter notebook, named "compiling.ipynb", as inst…
-
libtorrent version (or branch): 1.2.19
platform/architecture: x86_64
compiler and compiler version: gcc7.3.1
I have a file existing on my disk, then I use libtorrent to download a new file which …
-
`discord_krisp.node` has a signature check that verifies if the Discord executable has been modified. This prevents Krisp from being loaded if Discord executable has been for example stripped in repac…
-
If you make this addition to the code in src/kx.c (to display the result in detail):
```
$ git diff
diff --git a/src/kx.c b/src/kx.c
index ffa44da..447d2dd 100644
--- a/src/kx.c
+++ b/src/kx.c
…
-
Conversation with Gemini
expandf_more
# SPDX-FileCopyrightText: 2019 Jeremiah Orians
# SPDX-FileCopyrightText: 2022 Andrius Štikonas
#
# SPDX-License-Identifier: GPL-3.0-or-later
## ELF Header…
-
**Describe the bug**
Hi, I found something on the HiveMQ that is contrary to the protocol specification description (protocol violation or logic bug).
For tracking purposes, I will report all result…