Skip to content

Commit

Permalink
Remove NEEDLE_LEN TLV
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanusz-r7 committed Dec 1, 2023
1 parent c20e208 commit 46a08c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c/meterpreter/source/extensions/stdapi/stdapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
#define TLV_TYPE_MEMORY_SEARCH_SECT_LEN MAKE_CUSTOM_TLV( TLV_META_TYPE_QWORD, TLV_TYPE_EXTENSION_STDAPI, 2654 )
#define TLV_TYPE_MEMORY_SEARCH_MATCH_ADDR MAKE_CUSTOM_TLV( TLV_META_TYPE_QWORD, TLV_TYPE_EXTENSION_STDAPI, 2655 )
#define TLV_TYPE_MEMORY_SEARCH_MATCH_STR MAKE_CUSTOM_TLV( TLV_META_TYPE_STRING, TLV_TYPE_EXTENSION_STDAPI, 2656 )
#define TLV_TYPE_MEMORY_SEARCH_NEEDLE_LEN MAKE_CUSTOM_TLV( TLV_META_TYPE_UINT, TLV_TYPE_EXTENSION_STDAPI, 2657 )

// Registry
#define TLV_TYPE_HKEY MAKE_CUSTOM_TLV( TLV_META_TYPE_QWORD, TLV_TYPE_EXTENSION_STDAPI, 1000 )
Expand Down

0 comments on commit 46a08c1

Please sign in to comment.