├── AheadLib64 ├── aheadlib64.sln ├── aheadlib64.suo ├── aheadlib64 │ ├── PeAnalyse.cpp │ ├── PeAnalyse.h │ ├── aheadlib64.cpp │ ├── aheadlib64.vcproj │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h └── obj.asm └── README.md /AheadLib64/aheadlib64.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64.sln -------------------------------------------------------------------------------- /AheadLib64/aheadlib64.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64.suo -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/PeAnalyse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/PeAnalyse.cpp -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/PeAnalyse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/PeAnalyse.h -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/aheadlib64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/aheadlib64.cpp -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/aheadlib64.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/aheadlib64.vcproj -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/stdafx.cpp -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/stdafx.h -------------------------------------------------------------------------------- /AheadLib64/aheadlib64/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/aheadlib64/targetver.h -------------------------------------------------------------------------------- /AheadLib64/obj.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/AheadLib64/obj.asm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w1nds/AheadLib64/HEAD/README.md --------------------------------------------------------------------------------