欢迎光临散文网 会员登陆 & 注册

任鸟飞逆向2022失落的方舟(LOSTARK)C++逆向安全课程

2022-10-31 20:44 作者:666好听的名字  | 我要投稿

创造一个新的接口,使用全局变量 otherNode ,无侵入式调用。
调用方法:

let node = otherNode.call(undefined,node)node.operationClass.call(undefined,{red:true,blue:false})node.getSiblings.call(undefined))    window.otherNode = (node) => {        return {            operationClass: (classes) => {                for (let key in classes) {                    let method = classes[key] ? 'add' : 'remove'                    node.classList[method](key)                }            },            getSiblings : () => {


任鸟飞逆向2022失落的方舟(LOSTARK)C++逆向安全课程的评论 (共 条)

分享到微博请遵守国家法律