1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 06:58:56 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Dávid Bolvanský
454b0ad294 Do not hexify worldlist when --hex-charset is used 2022-09-06 01:25:23 +02:00
philsmd
7aff5f339c
plugin dev guide: these functions aren't mandatory 2022-07-23 11:58:38 +02:00
philsmd
dc57d7d0ef
update dev guide: add notes about benchmark settings 2022-07-15 17:57:44 +02:00
Jens Steube
5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS 2021-12-20 13:19:40 +01:00
Jens Steube
69788cd10d Add note about the new module_hash_decode_postprocess() function to plugin developer guide 2021-12-10 19:36:51 +01:00
Jens Steube
6d46185488 Add some description for OPTS_TYPE_BINARY_HASHFILE_OPTIONAL in developer guide 2021-12-02 17:21:03 +01:00
Jens Steube
1458f8fa8d Update hashcat-plugin-development-guide.md with new OPTS_TYPE_* flags 2021-11-25 19:37:32 +01:00
Jens Steube
44a5e2a1c2
Merge pull request #3011 from llamasoft/patch-1
Replace placeholder with actual example modules
2021-10-20 19:29:15 +02:00
Marcus T
2a8e1ab72f
Replace placeholder with actual example modules
Currently, there are only two modules that implement the `module_hook_extra_param_*` functions.
They have both been added as examples to the documentation.
2021-10-18 19:52:20 -04:00
Marcus T
f225d07fa5
Add documentation about the 04|08|16 fast kernels 2021-10-18 19:38:16 -04:00
Royce Williams
cc6eccbc9b more whitespace 2021-06-21 07:51:31 -08:00
Jens Steube
d50beaa1a7 Documentation: Update missing documentation in plugin developer guide for OPTS_TYPE_MP_MULTI_DISABLE and OPTS_TYPE_NATIVE_THREADS 2021-05-22 10:36:34 +02:00
Jens Steube
be95c8565f
Merge pull request #2535 from thatux/dev-guide-additions
Dev guide --force edit and printf addition
2020-09-11 12:03:15 +02:00
Your Name
8eed6b95a5 added an example of a printf() from a non _loop kernel, and rewrote the explanation for the need of a contional when using printf() 2020-09-10 21:51:24 +02:00
Jens Steube
98aef2ae92 Module Structure: Add 3rd party library hook management functions. This also requires an update to all existing module_init() 2020-08-29 16:12:15 +02:00
Your Name
0c4c4d042e added example of how not to do printf 2020-08-26 22:35:00 +02:00
Your Name
91d2cbead7 add --force to the CLI example in the dev guide 2020-08-26 22:33:43 +02:00
Jens Steube
a72ba6faab Add OPTI_TYPE_SLOW_HASH_SIMD_INIT2 and OPTI_TYPE_SLOW_HASH_SIMD_LOOP2 2020-08-14 15:52:36 +02:00
Jens Steube
33579ae3db Add new option for modules OPTS_TYPE_SELF_TEST_DISABLE to disable self-test functionality from hash-mode directly 2020-05-08 10:18:17 +02:00
philsmd
01d378a744
fixes #2361: add note about --force when using -u / -n 2020-04-19 05:11:52 +02:00
philsmd
619cd5f1ec
docs: removed some unnecessary whitespace chars from the guide 2020-03-30 14:02:57 +02:00
Jens Steube
bb94bf4359 Remove extra character in development guide 2020-03-20 09:04:16 +01:00
Jens Steube
9776738a2c The official hashcat plugin development guide 2020-03-20 08:57:50 +01:00