?? aplib.inc
字號:
;;
;; aPLib compression library - the smaller the better :)
;;
;; MASM32 include file
;;
aP_pack proto c, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD
aP_workmem_size proto c, :DWORD
aP_max_packed_size proto c, :DWORD
aP_depack_asm proto c, :DWORD, :DWORD
aP_depack_asm_fast proto c, :DWORD, :DWORD
aP_crc32 proto c, :DWORD, :DWORD
aPsafe_pack proto c, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD
aPsafe_check proto c, :DWORD
aPsafe_get_orig_size proto c, :DWORD
aPsafe_depack_asm proto c, :DWORD, :DWORD
aPsafe_depack_asm_fast proto c, :DWORD, :DWORD
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -