diff options
Diffstat (limited to 'relocationhandler.cpp')
| -rw-r--r-- | relocationhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/relocationhandler.cpp b/relocationhandler.cpp index 368c64ae..2fbcccc4 100644 --- a/relocationhandler.cpp +++ b/relocationhandler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2017 Vector 35 LLC +// Copyright (c) 2015-2019 Vector 35 Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -147,4 +147,4 @@ size_t CoreRelocationHandler::GetOperandForExternalRelocation(const uint8_t* dat { return BNRelocationHandlerGetOperandForExternalRelocation(m_object, data, addr, length, il->GetObject(), BNNewRelocationReference(relocation->GetObject())); -}
\ No newline at end of file +} |
