Skip to content

Instantly share code, notes, and snippets.

NVIDIA RTX A4000 Hashcat Benchmarks

  • M/B: ASRock X299 Taichi (Resizable BAR supported special BIOS)
  • CPU: Core i7 9800X
  • GPU ECC: On
  • Resizable BAR: On
  • Hashcat version: 6.2.2
CUDA API (CUDA 11.4)
/dts-v1/;
/memreserve/ 0x0000000000000000 0x000000000000c000;
/memreserve/ 0x0000000001b00000 0x0000000000064000;
/memreserve/ 0x0000000001ffe000 0x0000000000004000;
/memreserve/ 0x0000000007a00000 0x0000000000010000;
/memreserve/ 0x0000000005000000 0x0000000002a00000;
/memreserve/ 0x0000000007d00000 0x0000000000300000;
/ {
#address-cells = <0x01>;
@nvsofts
nvsofts / dmesg.log
Created March 19, 2020 05:10
PCE mini dmesg
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.113 (root@1058e7ceca8f) (gcc version 4.9.3 (Buildroot 2016.05-git-gaf97a9710) ) #1 SMP PREEMPT Thu Sep 26 00:56:44 UTC 2019
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: sun8i
[ 0.000000] cma: CMA: reserved 40 MiB at 4d800000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c06c4040, node_mem_map c080a000
[ 0.000000] Normal zone: 576 pages used for memmap
@nvsofts
nvsofts / bootlog.log
Created March 19, 2020 03:31
PCE mini U-Boot log
key_press
0x00000073
HELLO! BOOT0 is starting!
boot0 version : 4.2.0
boot0 commit : 481c1423f323257356c9db28e780864137596a70
fel_flag = 0x00000000
rtc[0] value = 0x00000000
rtc[1] value = 0x00000000
rtc[2] value = 0x00000000
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{speed_travel} ;move the platform down 15mm
;heating up
M104 S{material_print_temperature}
M140 S{material_bed_temperature_layer_0}
@nvsofts
nvsofts / edac_and_k10temp_support_matisse.patch
Created August 9, 2019 14:52
EDAC, k10temp: Support AMD Ryzen 3000 "Matisse" CPU
diff --git a/arch/x86/kernel/amd_nb.c b/arch/x86/kernel/amd_nb.c
index 002aedc69393..d210d3c0c518 100644
--- a/arch/x86/kernel/amd_nb.c
+++ b/arch/x86/kernel/amd_nb.c
@@ -21,6 +21,7 @@
#define PCI_DEVICE_ID_AMD_17H_DF_F4 0x1464
#define PCI_DEVICE_ID_AMD_17H_M10H_DF_F4 0x15ec
#define PCI_DEVICE_ID_AMD_17H_M30H_DF_F4 0x1494
+#define PCI_DEVICE_ID_AMD_17H_M70H_DF_F4 0x1444
Bootloader 2.0.25 loaded
Press <Ctrl+B> for the Boot Menu
Flash: 64 MB
*** Warning - bad CRC, using default environment
00 01 14e4 b321 0200 ff
Epi3: Station address is: ec:cd:6d:86:a8:64
USB: Register 1212 NbrPorts 2
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
@nvsofts
nvsofts / binwalk.log
Created May 8, 2019 09:06
ドンキの例のカメラ(IP001-WH)のファームをbinwalkした結果
DECIMAL HEXADECIMAL DESCRIPTION
--------------------------------------------------------------------------------
172448 0x2A1A0 CRC32 polynomial table, little endian
177984 0x2B740 CRC32 polynomial table, little endian
327680 0x50000 Linux kernel ARM boot executable zImage (little-endian)
336774 0x52386 LZMA compressed data, properties: 0x5D, dictionary size: 16777216 bytes, uncompressed size: -1 bytes
2031616 0x1F0000 Squashfs filesystem, little endian, version 4.0, compression:xz, size: 1058498 bytes, 217 inodes, blocksize: 131072 bytes, created: 2018-08-28 05:24:06
3211264 0x310000 Squashfs filesystem, little endian, version 4.0, compression:xz, size: 2248460 bytes, 4 inodes, blocksize: 131072 bytes, created: 2019-01-14 08:29:23
5832716 0x59000C JFFS2 filesystem, little endian
5963856 0x5B0050 Zlib compressed data, compressed
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
NetBSD 3.1_STABLE (SEILX86_MD) #0: Wed Nov 14 10:54:07 JST 2018
releng@clz.tokyo.iiji.jp:/disk2/home/releng/build/xb01/5.97/src/work.i386/obj/sys/arch/i386/compile/SEILX86_MD
total memory = 1957 MB
avail memory = 1860 MB
mainbus0 (root)
@nvsofts
nvsofts / ghidra.c
Created March 8, 2019 19:14
逆コンパイラの比較
undefined4 main(undefined4 uParm1,undefined4 *puParm2)
{
__uid_t _Var1;
int iVar2;
code *pcVar3;
int iVar4;
code *pcVar5;
undefined4 uVar6;