Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jitcor/tool
Browse files Browse the repository at this point in the history
  • Loading branch information
shlu committed Dec 25, 2024
2 parents d6a7c67 + 6e70df7 commit 1120893
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IDA/IDA小知识点集合.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 调用约定
- _cdecl
# IDA 把一个立即数拆分成两个数相加的依据是什么?
![image](./images/sp++.png)
![image](./images/sp_plus_plus.png)
> 比如上图,0x30拆分成0x40+var_10 (这里var_10=-0x10)
# IDA 搜索数字
Expand Down
1 change: 0 additions & 1 deletion IDA/images/readme.md

This file was deleted.

File renamed without changes
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
- 📁 ida7.5/
- 📁 [keygen/](./IDA/ida7.5/keygen/)
- 📁 [ida9.0/](./IDA/ida9.0/)
- 📁 [images/](./IDA/images/)
- 📁 [plugins/](./IDA/plugins/)
- 📁 [IDAPython/](./IDA/plugins/IDAPython/)
- 📁 [keypatch/](./IDA/plugins/keypatch/)
Expand Down Expand Up @@ -316,6 +315,10 @@
<!-- DIRECTORY INDEX END -->






[![Update README Directory Index](https://github.com/xpko/xpko.github.io/actions/workflows/update-readme-index.yml/badge.svg)](https://github.com/xpko/xpko.github.io/actions/workflows/update-readme-index.yml) [![Deploy Jekyll with GitHub Pages dependencies preinstalled](https://github.com/xpko/xpko.github.io/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/xpko/xpko.github.io/actions/workflows/jekyll-gh-pages.yml) ![GitHub Created At](https://img.shields.io/github/created-at/xpko/xpko.github.io) ![Gitea Last Commit](https://img.shields.io/github/last-commit/xpko/xpko.github.io) ![GitHub License](https://img.shields.io/github/license/xpko/xpko.github.io) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/xpko/xpko.github.io) ![GitHub Repo stars](https://img.shields.io/github/stars/xpko/xpko.github.io)


Expand Down

0 comments on commit 1120893

Please sign in to comment.