windows 下 gcc/g++ 的安装

from--https://www.jianshu.com/p/ff24a81f3637 zhaosiyi关注IP属地: 河南 12016.05.28 00:05:18字数 764阅读 142,456 下载 mingw 首先打开 www.mingw.org 。 www.mingw.org 直接点击右上方的 Download Installer 即可下载。 点击 Download Installer 进入下载页面 在打开的新页面会提示我们等待几秒秒后将开始下载。如果十多秒后也没有反应,可以点击进度条下方的direct link手动下载。 等待几秒后页面才会弹出下载界面 想下载其他的版本,可以点击右上角的 Downloads 。 点击``Downloads`` 然后在打开的下载页面中点击页面中部的Download mingw-get-setup…
How to join two tmux windows into one, as panes?

from--https://stackoverflow.com/questions/9592969/how-to-join-two-tmux-windows-into-one-as-panes Ask Question Asked 11 years, 6 months ago Modified 6 months ago Viewed 60k times 170 I have two tmux windows, with a single pane in each, and I would like to join these two panes together into a single window as a horizontal split panes. How could I do that? session split tmux …
Moving tmux pane to window

from--https://unix.stackexchange.com/questions/14300/moving-tmux-pane-to-window/14301#14301 Ask Question Asked 12 years, 3 months ago Modified 3 years, 6 months ago Viewed 158k times 299 How do I move an existing pane into another window in tmux when I have multiple windows, and vice versa? I'm coming from screen, where I can switch to the pane and then switch windows unti…
Load terminal from another window into current split pane in tmux

from--https://superuser.com/questions/1485934/load-terminal-from-another-window-into-current-split-pane-in-tmux Ask Question Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 2k times 2 In GNU Screen, I can switch to any window number within a given split. For example: Enter screen to launch it. Press Ctrl + a c to create a new window. Now there are two w…
基于ChatGPT的IDA插件初探(加中文注释、标出可能的漏洞点)

from--https://bbs.kanxue.com/thread-276026.htm 2023-2-8 12:11 14677 目前,ChatGPT火了,各种方式调戏,能辅助编写各种总结。 对程序猿来说:不但能根据需求写代码,看不懂的代码还能帮忙解读代码,写代码注释。以后的开发文档也不愁了。 还可以编写exp和Fuzz代码,总之,能力很强。 听说有IDA插件,小测一下,算是抛砖引玉吧。 (1)Geptto是一个IDA插件,它使用了chatGPT的API,通过调用API,能够在IDA中让chatGPT识别函数,对函数实现的功能进行描述,并且根据函数的功能将变量重命名为易于理解的形式。 1 2 https://github.com/JusticeRage/Gepetto (附件的脚本改为调用GPT-3,改成中文支持) (2)VulC…
关于谷歌 IP 识别的二三事
解决 “warning C4819: 该文件包含不能在当前代码页 (936) 中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失” 的问题
from--https://blog.morz.org/2021/04/19/%E5%85%B3%E4%BA%8E%E8%B0%B7%E6%AD%8CIP%E8%AF%86%E5%88%AB%E7%9A%84%E4%BA%8C%E4%B8%89%E4%BA%8B/ 2021-04-19- 2021-08-21 network 更新 2021-04-21 19:51:34 某大佬联系谷歌后,来自谷歌的恢复 2021-04-19 12:36:27 补充一个 IPv4 的区域修正方案 2021-04-19 12:16:10 补充看所在区域的几种判定例子 2021-04-19 11:39:42 补充了 BGP 广播路由内容 2021-04-19 10:15:08 创建本文 前言 在谷歌服务区域中,虽然在 CN/KP 没有正式提供服务 ,在服务区域…
from--https://my.oschina.net/krysl/blog/3160083 2020 年 4 月 22 日 07:48 更新 最近发现了个新玩意儿 CL 环境变量 设置环境变量 CL 为 /source-charset:utf-8 即可 2020 年 1 月 19 日 18:02 最近在编译 dart-sdk 里的 boringssl 时遇到以下错误 warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 之前是靠把所有几十个源文件全部手动从 ansi 改为 Unicode 的撒币方法,虽然有效,但是太麻烦,还破坏了 git 代码版本,非常糟糕 几分钟前百度搜索 “修改 cl.exe 默认使用 utf8” 时,垃圾百度显示的都是毫…