mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
Merge branch 'wb-proto' of personal.github.com:mandiant/capa into wb-proto
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2023 FireEye, Inc. All Rights Reserved.
|
||||
# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved.
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at: [package root]/LICENSE.txt
|
||||
@@ -247,7 +247,7 @@ def _find_capa_class(name):
|
||||
|
||||
|
||||
def _enum_properties(message):
|
||||
"""enumerate the properties of the message definitioned, ordered by class declaration"""
|
||||
"""enumerate the properties of the message defined, ordered by class declaration"""
|
||||
# this is just for convenience.
|
||||
|
||||
# the order of properties provided by the class. guaranteed.
|
||||
|
||||
Reference in New Issue
Block a user