com_safearray_proxy php,awesome-windows-kernel-security-development

5db590d395a1c6170847aa03187aa850.png

license-MIT-blue.svg

awesome-windows-kernel-security-development

48045813afe8ce5bf06d254ffe318a72.png

boost

windows kernel driver with c++ runtime

dkom

ssdt hook

eat/iat/object/irp/iat hook

inline hook

inject technique

anti dll inject

load Dll from memory

anti dll hijack

process hollowing

pe loader

dll to shellcode

hide & delete dll

load driver from memory

hook engine

callback

minifilter

virtual disk

virtual file system

lpc

alpc

lsp

afd

tdi

wfp

ndis

wsk

rootkits

mbr

bootkits

uefi/smm

smc

anti debug

crypters

malware

malware analysis

arktools

bypass patchguard

bypass dse

HackSysExtremeVulnerableDriver

windows kernel exploits

office exploit

flash exploit

sandbox escape

evasion technique

cve

hips

vt

fuzzer

emet

hotpatch

game hack

software reverse

symbolic execution

deobfuscation

taint analyse

bin diff

x64dbg plugin

windbg plugin

ida script & plugin

rpc

wmi

hash dump

auxiliary lib

ring3 nt api

dll hijack

winpcap

metasploit

shadow

http

https proxy

capture packet

mitm

json

awesome

windows Driver Kit ddi (device driver interface) documentation

windbg preview & jsprovider

vm

tools

nsa security tools

apt

3rd party library

miscellaneous

slides

blogs

web security research site

development documents

docker

leaked source code

crypto api

ascii banner

book code

vlax-safearray-get-element 是一种 AutoLISP 函数,它用于从 Visual LISP 中的 SafeArray 对象中获取元素。 SafeArray 是一种用于在 Visual Basic、Visual C++ 和 Visual Basic for Applications (VBA) 中存储和传输数组的数据类型。在 AutoLISP 中,可以使用 vlax-make-safearray 函数来创建 SafeArray 对象。一旦创建了 SafeArray 对象,可以使用 vlax-safearray-get-element 函数来获取其中的元素。 函数的语法如下: (vlax-safearray-get-element safe-array indices) 其中,safe-arraySafeArray 对象,indices 是包含要获取元素的索引的列表。对于一维数组,indices 是一个整数,对于二维数组,indices 是一个包含两个整数的列表,以此类推。 下面是一个示例,演示如何使用 vlax-safearray-get-element 函数从 SafeArray 对象中获取元素: ``` (setq sa (vlax-make-safearray vlax-vbDouble '(0 3) '((1.0 2.0 3.0 4.0)))) ; 创建一个包含四个元素的一维数组 (setq elem (vlax-safearray-get-element sa 2)) ; 获取第三个元素,即 3.0 (setq sa2 (vlax-make-safearray vlax-vbDouble '(0 1 0 1) '(((1.0 2.0) (3.0 4.0)) ((5.0 6.0) (7.0 8.0))))) ; 创建一个包含四个元素的二维数组 (setq elem2 (vlax-safearray-get-element sa2 '(0 1))) ; 获取第一行第二列的元素,即 4.0 ``` 注意:vlax-safearray-get-element 函数只能用于具有正确类型的 SafeArray 对象。如果 SafeArray 对象的类型与要获取的元素类型不匹配,函数将返回 nil。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值