Skip to main content

HTML

AppTrace
Tools HTML
AppTrace Usage 用来追踪app运行期间所有调用的方法以及耗时时间,支持真机和模拟器,方便开发者对于app进行优化。如图: How it works 通过 fishhook 钩住 objc_msg_send 方法,在替代的方法中实现参数寄存器值的保存与恢复,从而在原始的 objc_msg_send 方法前后调用自定义方法,又不影响本身函数的调用,在 arm64 下的大致逻辑是: 保存寄存器x0 - x8,q0 - q7到栈上, 记录class,selector,startTime,lr 恢复寄存器x0 - x8,q0 - q7, 调用原始objc_msg_send, 保存寄存器x0 - x8,q0 - q7到栈上, 记录endTime, 恢复寄存器x0 - x8,q0 - q7,以及lr 最后产出物为 trace.
material-resume
Tools HTML
Material Résumé Introduction Professional Résumés and Curriculum Vitae formalities follow conventions from as early as the 1500’s. Material Resume is a fresh take on how this old formality can be improved to meet the current recipient’s expectations using Google’s Material Design visual language.
nicks-cors-test
Tools HTML
nicks-cors-test Simple HTML & JS Tool to quickly test CORS locally. Blog https://medium.com/pareture/simple-local-cors-test-tool-544f108311c5 CORS Cross Origin Resource Sharing (CORS) is a simple and powerful mechanism which uses HTTP headers so that a server knows where a request is coming from and can choose whether or not to accept the request based on this.
twitter_nlp
Tools HTML
OSU Twitter NLP Tools contact: ritter.1492@osu.edu Example Usage: UPDATED: : Added support for reading from file and writing to a tab seperated file which can have text in any column.
BinaryDatabase
Tools HTML
BinaryDatabase Collate and collect binary related materials, including papers, tools, etc Fuzzing-学习资源汇总 本文主要是收集和整理与fuzzing相关的资料,包括fuzzing书籍,fuzzing 学习视频、教程和博客、Fuzzer工具等,旨在能更方便的学习fuzzing,为后续做相关研究做铺垫。 恶意样本检测-学习资源汇总 本文主要是收集和整理与恶意样本检测相关的资料,包括学习资料,论文、工具等,旨在能更方便的学习恶意样本检测技术,为后续做相关研究做铺垫。 符号执行-学习资源汇总 本文主要是收集和整理与符号执行相关的资料,包括学习资料,论文、工具等,旨在能更方便的学习符号执行技术,为后续做相关研究做铺垫。 逆向工程-学习资源汇总 本文主要是收集和整理与逆向工程相关的资料,包括学习资料,论文、工具等,旨在能更方便的学习逆向工程技术,为后续做相关研究做铺垫。 污点分析-学习资源汇总 本文主要是收集和整理与污点分析相关的资料,包括学习资料,论文、工具等,旨在能更方便的学习污点分析技术,为后续做相关研究做铺垫。 工作面试复习资料汇总 本文主要是收集和整理研三同学在工作面试中遇到的问题及其相应的回答,以及个人整理的复习资料汇总 Paper 阅读过的历年与二进制安全相关的论文笔记,翻译或总结后的论文笔记。 Fuzzing 历年与fuzzing相关的论文阅读笔记 AutomatedExploit 历年与自动化漏洞利用相关的论文阅读笔记
IRIS-Toolbox
Tools HTML
Iris Toolbox for macroeconomic modeling The Iris Toolbox is a macroeconomic modeling package for Matlab developed by the Iris Solutions Team since 2001. Iris provides tools to support the typical workflows in the theoretical development
SuperLink
Tools HTML
SuperLink (Social Engineering Tool) NOTICE! This repository has been archived due to low quality of its python code! When I built this python script, It was just about a year since I started programming in python and I was not quite familiar with pythonic way of doing things or
firefox-profilemaker
Tools HTML
Firefox Profilemaker The Firefox profile maker is a web application for creating Firefox profiles with preconfigured defaults. The focus lies on privacy and removing unnecessary features. It disables intrusive features like telemetry, allows disabling web features that may be used for fingerprinting the browser, and contains some additional options for controversial features like Pocket.
acpi-stuff
Tools HTML
About This repository contains ACPI related stuff for analysis of DSDT / SSDT tables which the goal to find calls to toggle nVidia (r) Optimus ™ cards. view.html It’s name is actually FoldedViewer (no trademark infrignment intended if any)
ATTACK-Tools
Tools HTML
ATT&CK™-Tools Utilities for MITRE™ ATT&CK™ This repository contains the following: ATT&CK™ Data Model: a relational data model for ATT&CK™. ATT&CK™ View: an adversary emulation planning tool. Content Release Notes Overview The ATT&CK™ Data Model Accessing ATT&CK™ Data with SQL Additional Resources License Release Notes There are 32 and 64-bit builds (32.
Tool-use
Tools HTML
Git版本控制教程 不了解Git请查看权威Git书籍 ProGit(中文版)。 一份很好的 Git 入门教程,点击这里查看。 Git客户端下载地址: 官方Git - TortoiseGit - SourceTree 常用工具及插件教程 eclipse中egit插件使用-图文并茂-详细 Visual Studio 2012连接到osc@git TortoiseGit配合msysGit在Git@OSC代码托管的傻瓜教程 利用eclipse的git插件EGit与git@osc交互 Git初体验 在win7系统下使用TortoiseGit(乌龟git)简单操作Git@OSC Xcode连接git @ osc git@osc(git)中team开发、fork和pull request的用法 eclipse的git插件整合Git@OSC Eclipse使用EGit管理git@OSC项目 如何导入外部Git仓库到中国源代码托管平台(Git@OSC) https 方式使用Git@OSC设置密码的方式 常见问题以及解决方法 新手小白如何快速的在码云平台注册账号并完成第一次提交 Git 使用前的基本配置 如何处理代码冲突 Git 的一些基本名词/概念/常用命令解释以及实例 如何进行版本回退 ssh key相关问题 码云平台中项目的权限说明 为什么我收不到激活/通知/重置密码等邮件 关于git submodule 入门篇 Git 的安装 Git 使用前的基本配置 Git 的一些基本名词/概念/常用命令解释以及实例 如何克隆一个项目 Git 仓库的一些基本操作 进阶篇 如何处理代码冲突 如何进行版本回退 如何进行分支合并 如何从众多提交中保留只需要的提交 如何进行减少提交历史数量以及修改自己的commit中的邮箱 如何减小仓库体积 FAQ 新手小白如何快速的在码云平台注册账号并完成第一次提交 为什么我突然无发访问/登录码云 为什么在push的时候,出现了413错误,push失败 ssh key相关问题 为什么pull request合并不了 在线编辑文件夹相关 为什么我收不到激活/通知/重置密码等邮件 为什么大文件推不上去 为什么不能修改个性后缀 为什么有的项目不能提交Issue、Pull Request 为什么私有项目不可以Star、Watch 为什么我的项目一直在同步转圈 关于git submodule 为什么我的MoPaaS的项目演示部署失败 如何修改我的git默认的编辑器 码云平台中项目的权限说明 为什么我的paas演示平台打开比较慢 我该选择哪种paas平台 webhook相关 我该如何利用webhook搭建自动化部署/测试平台 为什么我的mopaas演示无法启动 我该如何开启代码质量分析 我该如何查看我watched、star的项目? Windows下由于SSH配置文件的不匹配,导致的Permission denied (publickey)及其解决方法 我能否修改账户邮箱/我该如何修改我的邮箱 我该如何导入外部项目并使用码云管理 我注册时填写邮箱错误导致账号无法激活,我可以更改邮箱吗 git clone git@osc项目出错 server aborted the ssl handshake Git 与 SVN 混用注意事项 我该如何使用SVN管理我的项目 我使用SVN管理我的项目但总是提示输入用户名密码 使用SVN管理项目为什么空文件夹报错 为什么我添加了公钥后仍然无法推送代码 我该如何才能使我的组织中的成员访问、管理组织中的项目 码云 Pages 帮助手册 码云平台IDEA系列的插件使用 什么是个性地址 如何对一个项目提交Pull Request 如何通过项目commit在提交时关闭、评论issue? 为什么我的网络连接不上码云? http(s)方式如何自动记住密码 Commit关联issue 更多教程 http://www.
uxrecipe.github.io
Tools HTML
UX RECIPE What’s new Current version: 0.2 Updated the design to match the new logo. Added list of currencies to select from when you calculate the final sum. Version 0.
Hacking-Tools-Repository
Tools HTML
Hacking Tools Repository http://gexos.github.io/Hacking-Tools-Repository/ If you have suggestions or links to tools/scripts to submit, please do, you can fork, edit, send a pull request or you can leave a comment on the [wiki page here][1].
WishFish
Tools HTML
WishFish v3.0 Using WishFish tool you can generat different phishing links of wishing or custom sites which can grab victim front camera pictures and also gives you lockup information of target ip address.
pb-metagenomics-tools
Tools HTML
PB-metagenomics-tools Welcome! Here you can find a variety of tools and pipelines tailored to using PacBio HiFi Reads for metagenomics. In addition to the resources currently available, we will continue to add new tools as they are developed.
any23
Tools HTML
Apache Any23 Project Apache Anything To Triples (Any23) is a library and web service that extracts structured data in RDF format from a variety of Web documents. Any23 documentation can be found on the website
nginxWebUI
Tools HTML
nginxWebUI README.md English version 介绍 nginx网页配置工具 QQ技术交流群1: 1106758598 QQ技术交流群2: 560797506 邮箱: cym1102@qq.com 官网地址: http://www.nginxwebui.cn github: https://github.com/cym1102/nginxWebUI 微信捐赠二维码 功能说明 nginxWebUI是一款图形化管理nginx配置得工具, 可以使用网页来快速配置nginx的各项功能, 包括http协议转发, tcp协议转发, 反向代理, 负载均衡, 静态html服务器, ssl证书自动申请、续签、配置等, 配置好后可一建生成nginx.conf文件, 同时可控制nginx使用此文件进行启动与重载, 完成对nginx的图形化控制闭环.
zebkit
Tools HTML
Zebkit – HTML5 Canvas based UI framework Zebkit is the next generation of zebra project. It has been heavily re-worked, re-designed and re-organized. The new version is definitely not backward compatible with zebra because of big number of changes it has got.
sneakphish
Tools HTML
## ABOUT TOOL : sneakphish is a bash based script which is officially made for phish*ng social media accounts with portforwarding and google bypass features. This tool works on both rooted Android device and Non-rooted Android device.
blawx
Tools HTML
Blawx A user-friendly web-based tool for Rules as Code written by Jason Morris of Lexpedite Legal Technologies Ltd.. Blocks + law = Blawx Demonstration Video Click on the thumbnail below for a recent (but probably not 100% up to date)