Frida获取普通方法Hook 前置 Frida Server 通过adb将FridaServer push进手机,再通过adb shell修改Fs(FridaServer)权限,运行Fs ,别问为什么放data/local/tmp目录,问就是习惯 `su`如果你进入就是root权限自然可以省略 ` ...
分类:
其他好文 时间:
2020-05-05 20:13:02
阅读次数:
122
第一步: 关闭用户注册 默认情况下,gitlab是允许用户注册的,为防止用户泛滥、便于用户管理, 需关闭该功能。 保存之后, 面板中可以看到注册已禁止。 第二步: 用户管理 ① 添加用户 使用root用户登录后,操作创建用户。 用户可添加进组, 也可以在项目中直接添加。 ② 创建组 使用管理员打开面 ...
分类:
其他好文 时间:
2020-05-05 12:51:53
阅读次数:
611
Just a Hook HDU - 1698 In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of sever ...
分类:
其他好文 时间:
2020-05-05 00:29:03
阅读次数:
57
A. Nastya and Rice 网址:https://codeforces.com/contest/1341/problem/A Nastya just made a huge mistake and dropped a whole package of rice on the floor. ...
分类:
其他好文 时间:
2020-05-04 21:28:22
阅读次数:
77
It's always important to test your code, especially if you're open-sourcing it for others to use. In this video, we'll learn how to use react-hooks-te ...
分类:
其他好文 时间:
2020-05-04 19:40:17
阅读次数:
73
实现原理: 由于遍历进程通常是通过调用WIN32 API函数 EnumProcesses 或是CreateToolhelp32Snapshot 等来实现的。 通过跟踪逆向这些WIN32 API函数可知,它们内部最终是通过调用ZwQuerySystemInformation函数来检索系 统进程信息的, ...
分类:
系统相关 时间:
2020-05-03 16:28:11
阅读次数:
89
你的手机上有 $ n $ ($ 1 $ $\le n $ $\le 2 \times 10^6 $)个软件,其中第 $ i $ 个软件的类型为 $ c_i $,你需要在可以自由选择每页大小 $s$ 的情况下,求出最小的页码数量 $ k $,使得每一页都装满或只空一个,并且每一页的所有软件类型都相等,... ...
分类:
其他好文 时间:
2020-05-03 11:00:01
阅读次数:
66
Just make sure the date is in a range then it is fine import React from 'react' import {render, fireEvent, waitFor} from '@testing-library/react' impo ...
分类:
其他好文 时间:
2020-05-02 20:57:29
阅读次数:
56
I used to sovle questions by spilt it into very basic parts. But sometimes it is hard to rebuild the "wheel" or just not convenient to do so. Not only ...
分类:
其他好文 时间:
2020-05-01 16:37:11
阅读次数:
63
在前端日常开发中除了纯静态展示页面,必不可少的就是做一些接口请求,从XMLHttpRequest,到jQuery的ajax,再到后来的Fetch和Axios。 为什么选择Axios 从浏览器中创建 XMLHttpRequests 从 node.js 创建 http 请求 支持 Promise API ...
分类:
移动开发 时间:
2020-04-30 17:10:11
阅读次数:
112