Skip to content

Instantly share code, notes, and snippets.

View henices's full-sized avatar

zz of NSFOCUS Security Team henices

View GitHub Profile
[CVE ID]
CVE-2024-22669
[PRODUCT]
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
It is included as "vi" with most UNIX systems and with Apple OS X.
[AFFECTED VERSION]
vim - vim < 9.0.2143 are affected, fixed in 9.0.2143
[CVE ID]
CVE-2024-22668
[PRODUCT]
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
It is included as "vi" with most UNIX systems and with Apple OS X.
[AFFECTED VERSION]
vim - vim < 9.0.2140 are affected, fixed in 9.0.2140
[CVE ID]
CVE-2024-22667
[PRODUCT]
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
It is included as "vi" with most UNIX systems and with Apple OS X.
[AFFECTED VERSION]
vim - vim < 9.0.2142 are affected, fixed in 9.0.2142
[CVE ID]
CVE-2024-22666
[PRODUCT]
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.
[AFFECTED VERSION]
vim - vim < 9.0.2141 are affected, fixed in 9.0.2141
[PROBLEM TYPE]
[CVE ID]
CVE-2020-26664
[PRODUCT]
VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
[AFFECTED VERSION]
VLC media player 3.0.11 and earlier version.
[PROBLEM TYPE]
@henices
henices / compile_vnote_fedora.md
Created October 16, 2019 06:27
compile VNote in Fedora
#! /bin/sh
echo core >/proc/sys/kernel/core_pattern
echo never > /sys/kernel/mm/transparent_hugepage/enabled
echo 1 >/proc/sys/kernel/sched_child_runs_first
echo 1 >/proc/sys/kernel/sched_autogroup_enabled
cd /sys/devices/system/cpu
echo performance | tee cpu*/cpufreq/scaling_governor
@henices
henices / gist:23fa6bb43eecf1019ace525a3125eb3c
Created July 5, 2017 08:58 — forked from totherik/gist:3a4432f26eea1224ceeb
v8 --allow-natives-syntax RuntimeFunctions
Per https://code.google.com/p/v8/codesearch#v8/trunk/src/runtime.cc
%CreateSymbol
%CreatePrivateSymbol
%CreateGlobalPrivateSymbol
%NewSymbolWrapper
%SymbolDescription
%SymbolRegistry
%SymbolIsPrivate
@henices
henices / select.vbs
Last active September 1, 2016 15:20
Set objFSO = CreateObject("Scripting.FileSystemObject")
outputDir = "C:\output"
objStartFolder = "C:\Rainbow\"
filename = "C:\文件名.txt"
If objFSO.FolderExists(outputDir) Then
objFSO.DeleteFolder(outputDir)
End If
//--------------------------------------
// File: ARSCTemplate.bt
// Author: ZaiRoN (@_zairon_ www.zairon.wordpress.com)
// File mask: *.arsc
// Purpose: to parse Android arsc resource files
#define RES_STRING_POOL_TYPE 0x0001
#define RES_TABLE_TYPE 0x0002
#define RES_TABLE_PACKAGE_TYPE 0x0200
#define RES_TABLE_TYPE_TYPE 0x0201