├── .gitignore ├── Aspect Internal Rewrite.sln ├── Aspect Internal Rewrite ├── Aspect Internal Rewrite.vcxproj ├── Aspect Internal Rewrite.vcxproj.filters ├── Aspect Internal Rewrite.vcxproj.filters.old ├── Aspect Internal Rewrite.vcxproj.old ├── Aspect Internal Rewrite.vcxproj.user ├── Aspect Internal Rewrite.vcxproj.user.old ├── Debug │ ├── Aspect Internal Rewrite.log │ ├── Aspect Internal.tlog │ │ ├── Aspect Internal.lastbuildstate │ │ ├── CL.command.1.tlog │ │ ├── CL.read.1.tlog │ │ └── CL.write.1.tlog │ ├── Memory.obj │ ├── vc142.idb │ └── vc142.pdb ├── libs │ ├── cryptopp │ │ ├── 3way.cpp │ │ ├── 3way.h │ │ ├── Doxyfile │ │ ├── Filelist.txt │ │ ├── GNUmakefile │ │ ├── GNUmakefile-cross │ │ ├── History.txt │ │ ├── Install.txt │ │ ├── License.txt │ │ ├── Readme.txt │ │ ├── Win32 │ │ │ └── Output │ │ │ │ └── Release │ │ │ │ ├── cryptlib.lib │ │ │ │ └── cryptlib.pdb │ │ ├── adhoc.cpp │ │ ├── adhoc.cpp.copied │ │ ├── adhoc.cpp.proto │ │ ├── adler32.cpp │ │ ├── adler32.h │ │ ├── adv_simd.h │ │ ├── aes.h │ │ ├── aes_armv4.S │ │ ├── aes_armv4.h │ │ ├── algebra.cpp │ │ ├── algebra.h │ │ ├── algparam.cpp │ │ ├── algparam.h │ │ ├── arc4.cpp │ │ ├── arc4.h │ │ ├── argnames.h │ │ ├── aria.cpp │ │ ├── aria.h │ │ ├── aria_simd.cpp │ │ ├── ariatab.cpp │ │ ├── asn.cpp │ │ ├── asn.h │ │ ├── authenc.cpp │ │ ├── authenc.h │ │ ├── base32.cpp │ │ ├── base32.h │ │ ├── base64.cpp │ │ ├── base64.h │ │ ├── basecode.cpp │ │ ├── basecode.h │ │ ├── bds10.zip │ │ ├── bench.h │ │ ├── bench1.cpp │ │ ├── bench2.cpp │ │ ├── bench3.cpp │ │ ├── bfinit.cpp │ │ ├── blake2.cpp │ │ ├── blake2.h │ │ ├── blake2b_simd.cpp │ │ ├── blake2s_simd.cpp │ │ ├── blowfish.cpp │ │ ├── blowfish.h │ │ ├── blumshub.cpp │ │ ├── blumshub.h │ │ ├── camellia.cpp │ │ ├── camellia.h │ │ ├── cast.cpp │ │ ├── cast.h │ │ ├── casts.cpp │ │ ├── cbcmac.cpp │ │ ├── cbcmac.h │ │ ├── ccm.cpp │ │ ├── ccm.h │ │ ├── chacha.cpp │ │ ├── chacha.h │ │ ├── chacha_avx.cpp │ │ ├── chacha_simd.cpp │ │ ├── cham.cpp │ │ ├── cham.h │ │ ├── cham_simd.cpp │ │ ├── channels.cpp │ │ ├── channels.h │ │ ├── cmac.cpp │ │ ├── cmac.h │ │ ├── config.h │ │ ├── cpu.cpp │ │ ├── cpu.h │ │ ├── crc.cpp │ │ ├── crc.h │ │ ├── crc_simd.cpp │ │ ├── cryptdll.vcxproj │ │ ├── cryptdll.vcxproj.filters │ │ ├── cryptest.nmake │ │ ├── cryptest.sh │ │ ├── cryptest.sln │ │ ├── cryptest.vcxproj │ │ ├── cryptest.vcxproj.filters │ │ ├── cryptlib.cpp │ │ ├── cryptlib.h │ │ ├── cryptlib.vcxproj │ │ ├── cryptlib.vcxproj.filters │ │ ├── cryptopp.rc │ │ ├── cryptopp.supp │ │ ├── darn.cpp │ │ ├── darn.h │ │ ├── datatest.cpp │ │ ├── default.cpp │ │ ├── default.h │ │ ├── des.cpp │ │ ├── des.h │ │ ├── dessp.cpp │ │ ├── dh.cpp │ │ ├── dh.h │ │ ├── dh2.cpp │ │ ├── dh2.h │ │ ├── dll.cpp │ │ ├── dll.h │ │ ├── dlltest.cpp │ │ ├── dlltest.vcxproj │ │ ├── dlltest.vcxproj.filters │ │ ├── dmac.h │ │ ├── donna.h │ │ ├── donna_32.cpp │ │ ├── donna_32.h │ │ ├── donna_64.cpp │ │ ├── donna_64.h │ │ ├── donna_sse.cpp │ │ ├── donna_sse.h │ │ ├── drbg.h │ │ ├── dsa.cpp │ │ ├── dsa.h │ │ ├── eax.cpp │ │ ├── eax.h │ │ ├── ec2n.cpp │ │ ├── ec2n.h │ │ ├── eccrypto.cpp │ │ ├── eccrypto.h │ │ ├── ecp.cpp │ │ ├── ecp.h │ │ ├── ecpoint.h │ │ ├── elgamal.cpp │ │ ├── elgamal.h │ │ ├── emsa2.cpp │ │ ├── emsa2.h │ │ ├── eprecomp.cpp │ │ ├── eprecomp.h │ │ ├── esign.cpp │ │ ├── esign.h │ │ ├── factory.h │ │ ├── fhmqv.h │ │ ├── files.cpp │ │ ├── files.h │ │ ├── filters.cpp │ │ ├── filters.h │ │ ├── fips140.cpp │ │ ├── fips140.h │ │ ├── fipsalgt.cpp │ │ ├── fipstest.cpp │ │ ├── fltrimpl.h │ │ ├── gcm.cpp │ │ ├── gcm.h │ │ ├── gcm_simd.cpp │ │ ├── gf256.cpp │ │ ├── gf256.h │ │ ├── gf2_32.cpp │ │ ├── gf2_32.h │ │ ├── gf2n.cpp │ │ ├── gf2n.h │ │ ├── gfpcrypt.cpp │ │ ├── gfpcrypt.h │ │ ├── gost.cpp │ │ ├── gost.h │ │ ├── gzip.cpp │ │ ├── gzip.h │ │ ├── hashfwd.h │ │ ├── hc128.cpp │ │ ├── hc128.h │ │ ├── hc256.cpp │ │ ├── hc256.h │ │ ├── hex.cpp │ │ ├── hex.h │ │ ├── hight.cpp │ │ ├── hight.h │ │ ├── hkdf.h │ │ ├── hmac.cpp │ │ ├── hmac.h │ │ ├── hmqv.h │ │ ├── hrtimer.cpp │ │ ├── hrtimer.h │ │ ├── ida.cpp │ │ ├── ida.h │ │ ├── idea.cpp │ │ ├── idea.h │ │ ├── integer.cpp │ │ ├── integer.h │ │ ├── iterhash.cpp │ │ ├── iterhash.h │ │ ├── kalyna.cpp │ │ ├── kalyna.h │ │ ├── kalynatab.cpp │ │ ├── keccak.cpp │ │ ├── keccak.h │ │ ├── keccakc.cpp │ │ ├── keccakc.h │ │ ├── lea.cpp │ │ ├── lea.h │ │ ├── lea_simd.cpp │ │ ├── lubyrack.h │ │ ├── luc.cpp │ │ ├── luc.h │ │ ├── mars.cpp │ │ ├── mars.h │ │ ├── marss.cpp │ │ ├── md2.cpp │ │ ├── md2.h │ │ ├── md4.cpp │ │ ├── md4.h │ │ ├── md5.cpp │ │ ├── md5.h │ │ ├── mdc.h │ │ ├── mersenne.h │ │ ├── misc.cpp │ │ ├── misc.h │ │ ├── modarith.h │ │ ├── modes.cpp │ │ ├── modes.h │ │ ├── modexppc.h │ │ ├── mqueue.cpp │ │ ├── mqueue.h │ │ ├── mqv.cpp │ │ ├── mqv.h │ │ ├── naclite.h │ │ ├── nbtheory.cpp │ │ ├── nbtheory.h │ │ ├── neon_simd.cpp │ │ ├── nr.h │ │ ├── oaep.cpp │ │ ├── oaep.h │ │ ├── oids.h │ │ ├── osrng.cpp │ │ ├── osrng.h │ │ ├── ossig.h │ │ ├── padlkrng.cpp │ │ ├── padlkrng.h │ │ ├── panama.cpp │ │ ├── panama.h │ │ ├── pch.cpp │ │ ├── pch.h │ │ ├── pkcspad.cpp │ │ ├── pkcspad.h │ │ ├── poly1305.cpp │ │ ├── poly1305.h │ │ ├── polynomi.cpp │ │ ├── polynomi.h │ │ ├── ppc_power7.cpp │ │ ├── ppc_power8.cpp │ │ ├── ppc_power9.cpp │ │ ├── ppc_simd.cpp │ │ ├── ppc_simd.h │ │ ├── pssr.cpp │ │ ├── pssr.h │ │ ├── pubkey.cpp │ │ ├── pubkey.h │ │ ├── pwdbased.h │ │ ├── queue.cpp │ │ ├── queue.h │ │ ├── rabbit.cpp │ │ ├── rabbit.h │ │ ├── rabin.cpp │ │ ├── rabin.h │ │ ├── randpool.cpp │ │ ├── randpool.h │ │ ├── rc2.cpp │ │ ├── rc2.h │ │ ├── rc5.cpp │ │ ├── rc5.h │ │ ├── rc6.cpp │ │ ├── rc6.h │ │ ├── rdrand-masm.cmd │ │ ├── rdrand-nasm.sh │ │ ├── rdrand.asm │ │ ├── rdrand.cpp │ │ ├── rdrand.h │ │ ├── rdrand.s │ │ ├── rdtables.cpp │ │ ├── regtest1.cpp │ │ ├── regtest2.cpp │ │ ├── regtest3.cpp │ │ ├── regtest4.cpp │ │ ├── resource.h │ │ ├── rijndael.cpp │ │ ├── rijndael.h │ │ ├── rijndael_simd.cpp │ │ ├── ripemd.cpp │ │ ├── ripemd.h │ │ ├── rng.cpp │ │ ├── rng.h │ │ ├── rsa.cpp │ │ ├── rsa.h │ │ ├── rw.cpp │ │ ├── rw.h │ │ ├── safer.cpp │ │ ├── safer.h │ │ ├── salsa.cpp │ │ ├── salsa.h │ │ ├── scrypt.cpp │ │ ├── scrypt.h │ │ ├── seal.cpp │ │ ├── seal.h │ │ ├── secblock.h │ │ ├── seckey.h │ │ ├── seed.cpp │ │ ├── seed.h │ │ ├── serpent.cpp │ │ ├── serpent.h │ │ ├── serpentp.h │ │ ├── sha.cpp │ │ ├── sha.h │ │ ├── sha3.cpp │ │ ├── sha3.h │ │ ├── sha_simd.cpp │ │ ├── shacal2.cpp │ │ ├── shacal2.h │ │ ├── shacal2_simd.cpp │ │ ├── shark.cpp │ │ ├── shark.h │ │ ├── sharkbox.cpp │ │ ├── simeck.cpp │ │ ├── simeck.h │ │ ├── simeck_simd.cpp │ │ ├── simon.cpp │ │ ├── simon.h │ │ ├── simon128_simd.cpp │ │ ├── simon64_simd.cpp │ │ ├── simple.cpp │ │ ├── simple.h │ │ ├── siphash.h │ │ ├── skipjack.cpp │ │ ├── skipjack.h │ │ ├── sm3.cpp │ │ ├── sm3.h │ │ ├── sm4.cpp │ │ ├── sm4.h │ │ ├── sm4_simd.cpp │ │ ├── smartptr.h │ │ ├── sosemanuk.cpp │ │ ├── sosemanuk.h │ │ ├── speck.cpp │ │ ├── speck.h │ │ ├── speck128_simd.cpp │ │ ├── speck64_simd.cpp │ │ ├── square.cpp │ │ ├── square.h │ │ ├── squaretb.cpp │ │ ├── sse_simd.cpp │ │ ├── stdcpp.h │ │ ├── strciphr.cpp │ │ ├── strciphr.h │ │ ├── tea.cpp │ │ ├── tea.h │ │ ├── test.cpp │ │ ├── tftables.cpp │ │ ├── threefish.cpp │ │ ├── threefish.h │ │ ├── tiger.cpp │ │ ├── tiger.h │ │ ├── tigertab.cpp │ │ ├── trap.h │ │ ├── trunhash.h │ │ ├── ttmac.cpp │ │ ├── ttmac.h │ │ ├── tweetnacl.cpp │ │ ├── tweetnacl.h │ │ ├── twofish.cpp │ │ ├── twofish.h │ │ ├── validat0.cpp │ │ ├── validat1.cpp │ │ ├── validat10.cpp │ │ ├── validat2.cpp │ │ ├── validat3.cpp │ │ ├── validat4.cpp │ │ ├── validat5.cpp │ │ ├── validat6.cpp │ │ ├── validat7.cpp │ │ ├── validat8.cpp │ │ ├── validat9.cpp │ │ ├── validate.h │ │ ├── vmac.cpp │ │ ├── vmac.h │ │ ├── vs2005.zip │ │ ├── wake.cpp │ │ ├── wake.h │ │ ├── whrlpool.cpp │ │ ├── whrlpool.h │ │ ├── words.h │ │ ├── x64dll.asm │ │ ├── x64masm.asm │ │ ├── xed25519.cpp │ │ ├── xed25519.h │ │ ├── xtr.cpp │ │ ├── xtr.h │ │ ├── xtrcrypt.cpp │ │ ├── xtrcrypt.h │ │ ├── zdeflate.cpp │ │ ├── zdeflate.h │ │ ├── zinflate.cpp │ │ ├── zinflate.h │ │ ├── zlib.cpp │ │ └── zlib.h │ ├── detours │ │ ├── detours.h │ │ ├── detours.lib │ │ └── detours64.lib │ ├── discord-rpc │ │ ├── bin │ │ │ ├── discord-rpc.lib │ │ │ └── send-presence.exe │ │ ├── include │ │ │ ├── discord_register.h │ │ │ └── discord_rpc.h │ │ └── lib │ │ │ └── discord-rpc.lib │ ├── imgui │ │ ├── custom │ │ │ ├── custom.cc │ │ │ └── custom.h │ │ ├── imconfig.h │ │ ├── imgui.cpp │ │ ├── imgui.h │ │ ├── imgui_demo.cpp │ │ ├── imgui_draw.cpp │ │ ├── imgui_internal.h │ │ ├── imgui_widgets.cpp │ │ ├── impl │ │ │ ├── imgui_impl_dx11.cpp │ │ │ ├── imgui_impl_dx11.h │ │ │ ├── imgui_impl_dx9.cpp │ │ │ ├── imgui_impl_dx9.h │ │ │ ├── imgui_impl_win32.cpp │ │ │ └── imgui_impl_win32.h │ │ ├── imstb_rectpack.h │ │ ├── imstb_textedit.h │ │ └── imstb_truetype.h │ ├── lua-5.1 │ │ ├── bin │ │ │ └── lua51.lib │ │ └── include │ │ │ ├── lapi.h │ │ │ ├── lauxlib.h │ │ │ ├── lcode.h │ │ │ ├── ldebug.h │ │ │ ├── ldo.h │ │ │ ├── lfunc.h │ │ │ ├── lgc.h │ │ │ ├── llex.h │ │ │ ├── llimits.h │ │ │ ├── lmem.h │ │ │ ├── lobject.h │ │ │ ├── lopcodes.h │ │ │ ├── lparser.h │ │ │ ├── lstate.h │ │ │ ├── lstring.h │ │ │ ├── ltable.h │ │ │ ├── ltm.h │ │ │ ├── lua.h │ │ │ ├── lua.hpp │ │ │ ├── luaconf.h │ │ │ ├── luadefs.h │ │ │ ├── lualib.h │ │ │ ├── luaop.h │ │ │ ├── lundump.h │ │ │ ├── lvm.h │ │ │ └── lzio.h │ ├── nlohmann │ │ ├── adl_serializer.hpp │ │ ├── detail │ │ │ ├── conversions │ │ │ │ ├── from_json.hpp │ │ │ │ ├── to_chars.hpp │ │ │ │ └── to_json.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── input │ │ │ │ ├── binary_reader.hpp │ │ │ │ ├── input_adapters.hpp │ │ │ │ ├── json_sax.hpp │ │ │ │ ├── lexer.hpp │ │ │ │ ├── parser.hpp │ │ │ │ └── position_t.hpp │ │ │ ├── iterators │ │ │ │ ├── internal_iterator.hpp │ │ │ │ ├── iter_impl.hpp │ │ │ │ ├── iteration_proxy.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── json_reverse_iterator.hpp │ │ │ │ └── primitive_iterator.hpp │ │ │ ├── json_pointer.hpp │ │ │ ├── json_ref.hpp │ │ │ ├── macro_scope.hpp │ │ │ ├── macro_unscope.hpp │ │ │ ├── meta │ │ │ │ ├── cpp_future.hpp │ │ │ │ ├── detected.hpp │ │ │ │ ├── is_sax.hpp │ │ │ │ ├── type_traits.hpp │ │ │ │ └── void_t.hpp │ │ │ ├── output │ │ │ │ ├── binary_writer.hpp │ │ │ │ ├── output_adapters.hpp │ │ │ │ └── serializer.hpp │ │ │ └── value_t.hpp │ │ ├── json.hpp │ │ ├── json_fwd.hpp │ │ └── thirdparty │ │ │ └── hedley │ │ │ ├── hedley.hpp │ │ │ └── hedley_undef.hpp │ └── sol2 │ │ ├── forward.hpp │ │ └── sol.hpp └── src │ ├── Memory.cpp │ ├── Memory.h │ ├── commons.h │ ├── global.h │ ├── hacks │ ├── aimbot │ │ ├── aimbot.cc │ │ └── aimbot.h │ └── exploits │ │ ├── changestate.cc │ │ └── changestate.h │ ├── lua │ ├── alua.cc │ ├── alua.h │ └── hook_manager.h │ ├── main.cpp │ ├── misc │ ├── config.cc │ └── config.h │ ├── renderer │ ├── renderer.cc │ └── renderer.h │ ├── retcheck.h │ ├── sdk │ ├── classes.h │ ├── sdk.h │ ├── stb_image.h │ └── vec.h │ ├── security │ ├── security.h │ └── xorstr.h │ └── utils │ ├── asprintf.h │ └── utils.h ├── Aspect Loader ├── Aspect Loader.vcxproj ├── Aspect Loader.vcxproj.filters ├── CMap.cpp ├── CMap.hpp ├── Injector.cpp ├── Injector.hpp └── Main.cpp └── LICENSE /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/.gitignore -------------------------------------------------------------------------------- /Aspect Internal Rewrite.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite.sln -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.filters -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.filters.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.filters.old -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.old -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.user -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.user.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Aspect Internal Rewrite.vcxproj.user.old -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/Aspect Internal Rewrite.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/Aspect Internal Rewrite.log -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/Aspect Internal.tlog/Aspect Internal.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/Aspect Internal.tlog/Aspect Internal.lastbuildstate -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/Aspect Internal.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/Aspect Internal.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/Aspect Internal.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/Aspect Internal.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/Aspect Internal.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/Aspect Internal.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/Memory.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/Memory.obj -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/vc142.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/vc142.idb -------------------------------------------------------------------------------- /Aspect Internal Rewrite/Debug/vc142.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/Debug/vc142.pdb -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/3way.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/3way.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/3way.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/3way.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/Doxyfile -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/Filelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/Filelist.txt -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/GNUmakefile -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/GNUmakefile-cross: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/GNUmakefile-cross -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/History.txt -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/Install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/Install.txt -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/License.txt -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/Readme.txt -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/Win32/Output/Release/cryptlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/Win32/Output/Release/cryptlib.lib -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/Win32/Output/Release/cryptlib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/Win32/Output/Release/cryptlib.pdb -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/adhoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/adhoc.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/adhoc.cpp.copied: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/adhoc.cpp.copied -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/adhoc.cpp.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/adhoc.cpp.proto -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/adler32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/adler32.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/adler32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/adler32.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/adv_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/adv_simd.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/aes.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/aes_armv4.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/aes_armv4.S -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/aes_armv4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/aes_armv4.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/algebra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/algebra.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/algebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/algebra.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/algparam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/algparam.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/algparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/algparam.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/arc4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/arc4.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/arc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/arc4.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/argnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/argnames.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/aria.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/aria.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/aria.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/aria.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/aria_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/aria_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ariatab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ariatab.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/asn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/asn.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/asn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/asn.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/authenc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/authenc.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/authenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/authenc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/base32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/base32.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/base32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/base32.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/base64.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/base64.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/basecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/basecode.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/basecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/basecode.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/bds10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/bds10.zip -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/bench.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/bench.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/bench1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/bench1.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/bench2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/bench2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/bench3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/bench3.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/bfinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/bfinit.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blake2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blake2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blake2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blake2.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blake2b_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blake2b_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blake2s_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blake2s_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blowfish.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blowfish.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blowfish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blowfish.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blumshub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blumshub.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/blumshub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/blumshub.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/camellia.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/camellia.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/camellia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/camellia.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cast.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cast.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/casts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/casts.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cbcmac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cbcmac.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cbcmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cbcmac.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ccm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ccm.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ccm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ccm.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/chacha.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/chacha.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/chacha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/chacha.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/chacha_avx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/chacha_avx.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/chacha_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/chacha_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cham.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cham.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cham.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cham.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cham_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cham_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/channels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/channels.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/channels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/channels.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cmac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cmac.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cmac.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/config.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cpu.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cpu.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/crc.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/crc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/crc_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/crc_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptdll.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptdll.vcxproj -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptdll.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptdll.vcxproj.filters -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptest.nmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptest.nmake -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptest.sh -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptest.sln -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptest.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptest.vcxproj -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptest.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptest.vcxproj.filters -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptlib.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptlib.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptlib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptlib.vcxproj -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptlib.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptlib.vcxproj.filters -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptopp.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptopp.rc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/cryptopp.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/cryptopp.supp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/darn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/darn.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/darn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/darn.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/datatest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/datatest.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/default.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/default.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/default.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/default.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/des.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/des.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/des.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dessp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dessp.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dh.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dh.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dh2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dh2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dh2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dh2.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dll.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dll.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dlltest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dlltest.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dlltest.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dlltest.vcxproj -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dlltest.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dlltest.vcxproj.filters -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dmac.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna_32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna_32.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna_32.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna_64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna_64.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna_64.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna_sse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna_sse.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/donna_sse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/donna_sse.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/drbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/drbg.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dsa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dsa.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/dsa.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/eax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/eax.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/eax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/eax.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ec2n.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ec2n.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ec2n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ec2n.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/eccrypto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/eccrypto.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/eccrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/eccrypto.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ecp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ecp.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ecp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ecp.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ecpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ecpoint.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/elgamal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/elgamal.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/elgamal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/elgamal.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/emsa2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/emsa2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/emsa2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/emsa2.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/eprecomp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/eprecomp.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/eprecomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/eprecomp.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/esign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/esign.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/esign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/esign.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/factory.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/fhmqv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/fhmqv.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/files.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/files.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/files.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/filters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/filters.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/filters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/filters.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/fips140.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/fips140.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/fips140.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/fips140.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/fipsalgt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/fipsalgt.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/fipstest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/fipstest.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/fltrimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/fltrimpl.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gcm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gcm.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gcm.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gcm_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gcm_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gf256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gf256.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gf256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gf256.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gf2_32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gf2_32.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gf2_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gf2_32.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gf2n.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gf2n.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gf2n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gf2n.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gfpcrypt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gfpcrypt.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gfpcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gfpcrypt.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gost.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gost.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gost.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gzip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gzip.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/gzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/gzip.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hashfwd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hashfwd.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hc128.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hc128.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hc128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hc128.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hc256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hc256.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hc256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hc256.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hex.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hex.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hight.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hight.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hkdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hkdf.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hmac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hmac.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hmac.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hmqv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hmqv.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hrtimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hrtimer.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/hrtimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/hrtimer.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ida.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ida.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ida.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ida.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/idea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/idea.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/idea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/idea.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/integer.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/integer.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/iterhash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/iterhash.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/iterhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/iterhash.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/kalyna.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/kalyna.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/kalyna.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/kalyna.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/kalynatab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/kalynatab.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/keccak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/keccak.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/keccak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/keccak.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/keccakc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/keccakc.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/keccakc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/keccakc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/lea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/lea.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/lea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/lea.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/lea_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/lea_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/lubyrack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/lubyrack.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/luc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/luc.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/luc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/luc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mars.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mars.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/marss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/marss.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/md2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/md2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/md2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/md2.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/md4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/md4.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/md4.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/md5.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/md5.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mdc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mersenne.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mersenne.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/misc.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/misc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/modarith.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/modarith.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/modes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/modes.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/modes.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/modexppc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/modexppc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mqueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mqueue.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mqueue.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mqv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mqv.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/mqv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/mqv.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/naclite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/naclite.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/nbtheory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/nbtheory.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/nbtheory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/nbtheory.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/neon_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/neon_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/nr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/nr.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/oaep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/oaep.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/oaep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/oaep.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/oids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/oids.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/osrng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/osrng.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/osrng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/osrng.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ossig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ossig.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/padlkrng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/padlkrng.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/padlkrng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/padlkrng.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/panama.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/panama.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/panama.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/panama.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pch.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pkcspad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pkcspad.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pkcspad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pkcspad.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/poly1305.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/poly1305.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/poly1305.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/poly1305.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/polynomi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/polynomi.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/polynomi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/polynomi.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ppc_power7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ppc_power7.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ppc_power8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ppc_power8.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ppc_power9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ppc_power9.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ppc_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ppc_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ppc_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ppc_simd.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pssr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pssr.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pssr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pssr.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pubkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pubkey.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pubkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pubkey.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/pwdbased.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/pwdbased.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/queue.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/queue.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rabbit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rabbit.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rabbit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rabbit.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rabin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rabin.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rabin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rabin.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/randpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/randpool.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/randpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/randpool.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rc2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rc2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rc2.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rc5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rc5.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rc5.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rc6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rc6.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rc6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rc6.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdrand-masm.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdrand-masm.cmd -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdrand-nasm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdrand-nasm.sh -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdrand.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdrand.asm -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdrand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdrand.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdrand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdrand.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdrand.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdrand.s -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rdtables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rdtables.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/regtest1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/regtest1.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/regtest2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/regtest2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/regtest3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/regtest3.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/regtest4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/regtest4.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/resource.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rijndael.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rijndael.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rijndael.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rijndael.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rijndael_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rijndael_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ripemd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ripemd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ripemd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ripemd.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rng.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rng.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rsa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rsa.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rsa.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rw.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/rw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/rw.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/safer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/safer.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/safer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/safer.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/salsa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/salsa.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/salsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/salsa.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/scrypt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/scrypt.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/scrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/scrypt.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/seal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/seal.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/seal.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/secblock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/secblock.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/seckey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/seckey.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/seed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/seed.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/seed.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/serpent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/serpent.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/serpent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/serpent.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/serpentp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/serpentp.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sha.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sha.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sha.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sha3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sha3.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sha3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sha3.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sha_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sha_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/shacal2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/shacal2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/shacal2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/shacal2.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/shacal2_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/shacal2_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/shark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/shark.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/shark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/shark.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sharkbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sharkbox.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simeck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simeck.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simeck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simeck.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simeck_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simeck_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simon.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simon.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simon128_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simon128_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simon64_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simon64_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simple.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/simple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/simple.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/siphash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/siphash.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/skipjack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/skipjack.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/skipjack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/skipjack.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sm3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sm3.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sm3.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sm4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sm4.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sm4.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sm4_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sm4_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/smartptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/smartptr.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sosemanuk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sosemanuk.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sosemanuk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sosemanuk.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/speck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/speck.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/speck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/speck.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/speck128_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/speck128_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/speck64_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/speck64_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/square.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/square.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/square.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/square.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/squaretb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/squaretb.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/sse_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/sse_simd.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/stdcpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/stdcpp.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/strciphr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/strciphr.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/strciphr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/strciphr.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tea.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tea.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/test.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tftables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tftables.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/threefish.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/threefish.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/threefish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/threefish.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tiger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tiger.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tiger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tiger.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tigertab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tigertab.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/trap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/trap.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/trunhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/trunhash.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ttmac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ttmac.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/ttmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/ttmac.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tweetnacl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tweetnacl.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/tweetnacl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/tweetnacl.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/twofish.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/twofish.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/twofish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/twofish.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat0.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat1.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat10.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat2.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat3.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat4.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat5.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat6.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat7.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat8.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validat9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validat9.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/validate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/validate.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/vmac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/vmac.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/vmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/vmac.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/vs2005.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/vs2005.zip -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/wake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/wake.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/wake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/wake.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/whrlpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/whrlpool.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/whrlpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/whrlpool.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/words.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/words.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/x64dll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/x64dll.asm -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/x64masm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/x64masm.asm -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/xed25519.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/xed25519.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/xed25519.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/xed25519.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/xtr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/xtr.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/xtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/xtr.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/xtrcrypt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/xtrcrypt.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/xtrcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/xtrcrypt.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/zdeflate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/zdeflate.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/zdeflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/zdeflate.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/zinflate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/zinflate.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/zinflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/zinflate.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/zlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/zlib.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/cryptopp/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/cryptopp/zlib.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/detours/detours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/detours/detours.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/detours/detours.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/detours/detours.lib -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/detours/detours64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/detours/detours64.lib -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/discord-rpc/bin/discord-rpc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/discord-rpc/bin/discord-rpc.lib -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/discord-rpc/bin/send-presence.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/discord-rpc/bin/send-presence.exe -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/discord-rpc/include/discord_register.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/discord-rpc/include/discord_register.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/discord-rpc/include/discord_rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/discord-rpc/include/discord_rpc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/discord-rpc/lib/discord-rpc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/discord-rpc/lib/discord-rpc.lib -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/custom/custom.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/custom/custom.cc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/custom/custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/custom/custom.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imconfig.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imgui.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imgui.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imgui_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imgui_demo.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imgui_draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imgui_draw.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imgui_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imgui_internal.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imgui_widgets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imgui_widgets.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx11.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx11.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx9.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_dx9.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_win32.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/impl/imgui_impl_win32.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imstb_rectpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imstb_rectpack.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imstb_textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imstb_textedit.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/imgui/imstb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/imgui/imstb_truetype.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/bin/lua51.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/bin/lua51.lib -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lapi.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lauxlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lauxlib.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lcode.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/ldebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/ldebug.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/ldo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/ldo.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lfunc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lgc.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/llex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/llex.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/llimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/llimits.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lmem.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lobject.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lopcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lopcodes.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lparser.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lstate.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lstring.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/ltable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/ltable.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/ltm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/ltm.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lua.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lua.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lua.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/luaconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/luaconf.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/luadefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/luadefs.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lualib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lualib.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/luaop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/luaop.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lundump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lundump.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lvm.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/lua-5.1/include/lzio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/lua-5.1/include/lzio.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/adl_serializer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/adl_serializer.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/conversions/from_json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/conversions/from_json.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/conversions/to_chars.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/conversions/to_chars.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/conversions/to_json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/conversions/to_json.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/exceptions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/exceptions.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/input/binary_reader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/input/binary_reader.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/input/input_adapters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/input/input_adapters.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/input/json_sax.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/input/json_sax.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/input/lexer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/input/lexer.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/input/parser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/input/parser.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/input/position_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/input/position_t.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/iterators/internal_iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/iterators/internal_iterator.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/iterators/iter_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/iterators/iter_impl.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/iterators/iteration_proxy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/iterators/iteration_proxy.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/iterators/iterator_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/iterators/iterator_traits.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/iterators/json_reverse_iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/iterators/json_reverse_iterator.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/iterators/primitive_iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/iterators/primitive_iterator.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/json_pointer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/json_pointer.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/json_ref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/json_ref.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/macro_scope.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/macro_scope.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/macro_unscope.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/macro_unscope.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/meta/cpp_future.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/meta/cpp_future.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/meta/detected.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/meta/detected.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/meta/is_sax.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/meta/is_sax.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/meta/type_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/meta/type_traits.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/meta/void_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/meta/void_t.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/output/binary_writer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/output/binary_writer.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/output/output_adapters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/output/output_adapters.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/output/serializer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/output/serializer.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/detail/value_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/detail/value_t.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/json.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/json_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/json_fwd.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/thirdparty/hedley/hedley.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/thirdparty/hedley/hedley.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/nlohmann/thirdparty/hedley/hedley_undef.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/nlohmann/thirdparty/hedley/hedley_undef.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/sol2/forward.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/sol2/forward.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/libs/sol2/sol.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/libs/sol2/sol.hpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/Memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/Memory.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/Memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/Memory.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/commons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/commons.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/global.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/hacks/aimbot/aimbot.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/hacks/aimbot/aimbot.cc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/hacks/aimbot/aimbot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/hacks/aimbot/aimbot.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/hacks/exploits/changestate.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/hacks/exploits/changestate.cc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/hacks/exploits/changestate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/hacks/exploits/changestate.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/lua/alua.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/lua/alua.cc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/lua/alua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/lua/alua.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/lua/hook_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/lua/hook_manager.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/main.cpp -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/misc/config.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/misc/config.cc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/misc/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/misc/config.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/renderer/renderer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/renderer/renderer.cc -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/renderer/renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/renderer/renderer.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/retcheck.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/sdk/classes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/sdk/classes.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/sdk/sdk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/sdk/sdk.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/sdk/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/sdk/stb_image.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/sdk/vec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/sdk/vec.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/security/security.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/security/security.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/security/xorstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/security/xorstr.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/utils/asprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/utils/asprintf.h -------------------------------------------------------------------------------- /Aspect Internal Rewrite/src/utils/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Internal Rewrite/src/utils/utils.h -------------------------------------------------------------------------------- /Aspect Loader/Aspect Loader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/Aspect Loader.vcxproj -------------------------------------------------------------------------------- /Aspect Loader/Aspect Loader.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/Aspect Loader.vcxproj.filters -------------------------------------------------------------------------------- /Aspect Loader/CMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/CMap.cpp -------------------------------------------------------------------------------- /Aspect Loader/CMap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/CMap.hpp -------------------------------------------------------------------------------- /Aspect Loader/Injector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/Injector.cpp -------------------------------------------------------------------------------- /Aspect Loader/Injector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/Injector.hpp -------------------------------------------------------------------------------- /Aspect Loader/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/Aspect Loader/Main.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bditt/Aspect-Internal/HEAD/LICENSE --------------------------------------------------------------------------------