├── README.md ├── SharpWhispers.py ├── data ├── json │ ├── Delegates-Additional.json │ ├── Delegates-DInvoke.json │ ├── function_wrappers-Additional.json │ ├── function_wrappers-DInvoke.json │ ├── typedefs_kernel32.json │ ├── typedefs_native-Additional.json │ ├── typedefs_native-DInvoke.json │ └── typedefs_winnt.json └── templates │ ├── Delegates.cs │ ├── PEB.cs │ ├── SharpASM.cs │ ├── SharpWhispers.cs │ ├── Syscalls.cs │ ├── TypedefsNative.cs │ ├── TypedefsPE.cs │ └── TypedefsWin32.cs ├── examples ├── BasicProcessInjection.md ├── Usage.md └── _resources │ ├── 0d74d97edaae4a7b87ac5f8cf4297abc.png │ ├── 106ca3b6a0f741a085f88c24f18d69fd.png │ ├── 20b17c27ee3046419006a05afa483239.png │ ├── 2e8a673484da4314bcb9e80b865aa969.png │ ├── 3af4528a65034954a2b04d3e982ee236.png │ ├── 682dd86b801047e99986f5c225d65240.png │ ├── 6c8b17f744b24a0a8cbb974fb6a78e11.png │ ├── 746f954e160c46cb8c372b7a73cf7e18.png │ ├── 84fc657767f94199ab309bd7052e812d.png │ └── a8db5253cba444968862ad5a6917e44f.png ├── logo.png └── out ├── PEB.cs ├── SharpWhispers-Delegates.cs ├── SharpWhispers-syscalls.cs ├── SharpWhispers-types-PE.cs ├── SharpWhispers-types-native.cs ├── SharpWhispers-types-win32.cs ├── SharpWhispers.cs └── sharpASM.cs /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/README.md -------------------------------------------------------------------------------- /SharpWhispers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/SharpWhispers.py -------------------------------------------------------------------------------- /data/json/Delegates-Additional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/Delegates-Additional.json -------------------------------------------------------------------------------- /data/json/Delegates-DInvoke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/Delegates-DInvoke.json -------------------------------------------------------------------------------- /data/json/function_wrappers-Additional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/function_wrappers-Additional.json -------------------------------------------------------------------------------- /data/json/function_wrappers-DInvoke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/function_wrappers-DInvoke.json -------------------------------------------------------------------------------- /data/json/typedefs_kernel32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/typedefs_kernel32.json -------------------------------------------------------------------------------- /data/json/typedefs_native-Additional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/typedefs_native-Additional.json -------------------------------------------------------------------------------- /data/json/typedefs_native-DInvoke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/typedefs_native-DInvoke.json -------------------------------------------------------------------------------- /data/json/typedefs_winnt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/json/typedefs_winnt.json -------------------------------------------------------------------------------- /data/templates/Delegates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/Delegates.cs -------------------------------------------------------------------------------- /data/templates/PEB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/PEB.cs -------------------------------------------------------------------------------- /data/templates/SharpASM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/SharpASM.cs -------------------------------------------------------------------------------- /data/templates/SharpWhispers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/SharpWhispers.cs -------------------------------------------------------------------------------- /data/templates/Syscalls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/Syscalls.cs -------------------------------------------------------------------------------- /data/templates/TypedefsNative.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/TypedefsNative.cs -------------------------------------------------------------------------------- /data/templates/TypedefsPE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/TypedefsPE.cs -------------------------------------------------------------------------------- /data/templates/TypedefsWin32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/data/templates/TypedefsWin32.cs -------------------------------------------------------------------------------- /examples/BasicProcessInjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/BasicProcessInjection.md -------------------------------------------------------------------------------- /examples/Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/Usage.md -------------------------------------------------------------------------------- /examples/_resources/0d74d97edaae4a7b87ac5f8cf4297abc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/0d74d97edaae4a7b87ac5f8cf4297abc.png -------------------------------------------------------------------------------- /examples/_resources/106ca3b6a0f741a085f88c24f18d69fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/106ca3b6a0f741a085f88c24f18d69fd.png -------------------------------------------------------------------------------- /examples/_resources/20b17c27ee3046419006a05afa483239.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/20b17c27ee3046419006a05afa483239.png -------------------------------------------------------------------------------- /examples/_resources/2e8a673484da4314bcb9e80b865aa969.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/2e8a673484da4314bcb9e80b865aa969.png -------------------------------------------------------------------------------- /examples/_resources/3af4528a65034954a2b04d3e982ee236.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/3af4528a65034954a2b04d3e982ee236.png -------------------------------------------------------------------------------- /examples/_resources/682dd86b801047e99986f5c225d65240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/682dd86b801047e99986f5c225d65240.png -------------------------------------------------------------------------------- /examples/_resources/6c8b17f744b24a0a8cbb974fb6a78e11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/6c8b17f744b24a0a8cbb974fb6a78e11.png -------------------------------------------------------------------------------- /examples/_resources/746f954e160c46cb8c372b7a73cf7e18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/746f954e160c46cb8c372b7a73cf7e18.png -------------------------------------------------------------------------------- /examples/_resources/84fc657767f94199ab309bd7052e812d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/84fc657767f94199ab309bd7052e812d.png -------------------------------------------------------------------------------- /examples/_resources/a8db5253cba444968862ad5a6917e44f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/examples/_resources/a8db5253cba444968862ad5a6917e44f.png -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/logo.png -------------------------------------------------------------------------------- /out/PEB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/PEB.cs -------------------------------------------------------------------------------- /out/SharpWhispers-Delegates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/SharpWhispers-Delegates.cs -------------------------------------------------------------------------------- /out/SharpWhispers-syscalls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/SharpWhispers-syscalls.cs -------------------------------------------------------------------------------- /out/SharpWhispers-types-PE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/SharpWhispers-types-PE.cs -------------------------------------------------------------------------------- /out/SharpWhispers-types-native.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/SharpWhispers-types-native.cs -------------------------------------------------------------------------------- /out/SharpWhispers-types-win32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/SharpWhispers-types-win32.cs -------------------------------------------------------------------------------- /out/SharpWhispers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/SharpWhispers.cs -------------------------------------------------------------------------------- /out/sharpASM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SECFORCE/SharpWhispers/HEAD/out/sharpASM.cs --------------------------------------------------------------------------------