Solar Designer
Solar Designer
I happen to have described a workaround in https://www.openwall.com/lists/john-users/2024/05/15/3 - start each word with a capital letter, then detect those from rules.
Crack's original syntax for this is `@?d@?s`, also supported in JtR, and ditto in many other commands (and to represent literal `?` in such commands, it needs to be written...
@matrix Please use the same syntax that JtR uses (and Crack did), or at least a non-conflicting syntax. We already use the `P` command character for something else: ``` English...
I wasn't even aware of this make target. @AlekseyCherepanov Is this something you want to fix? If so, please give it a try. Thanks!
> The simplest "fix" is to decide not to bother, and either to revert the referenced commit That's not so simple because a subsequent commit relies on the actually relevant...
> one other way would be to unify in `split` rather than in `get_salt` This is now done in BitShares. We may want to do similar in Bitcoin[-opencl].
Thank you for reporting this, @SorenEricMent! If you don't use the add exports script, does LKRG loading fail on your system? Somehow for typical distro kernels it just works anyway....
I think we should modify our add exports script so that it removes the `static` keywords from those symbols. It doesn't actually need to export them, just removing `static` should...
> The error message of insmod would be "no kernel buffer available" Right. What is seen in `dmesg`? That should tell us the specific symbols LKRG could not find. >...
> I think we should modify our add exports script so that it removes the `static` keywords from those symbols. @SorenEricMent Would you like to implement, test, and contribute this...