Skip to content

Commit

Permalink
Fix broken link (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiesiad committed Mar 23, 2024
1 parent ff959e5 commit c6d1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/base64.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ int _yr_base64_create_regexp(
// a result of the base64 encoding.
//
// This uses ideas from:
// https://www.leeholmes.com/blog/2019/12/10/searching-for-content-in-base-64-strings-2/
// https://www.leeholmes.com/searching-for-content-in-base-64-strings/
//
// This does not emit the code for the RE. A further call to yr_re_ast_emit_code
// is required to get the code.
Expand Down

0 comments on commit c6d1630

Please sign in to comment.