mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-7225_hippietrail_the-the'
This commit is contained in:
commit
2bebb96f77
208 changed files with 582 additions and 589 deletions
|
@ -4,9 +4,9 @@
|
|||
* 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
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -51,7 +51,7 @@ public class InstructionSequence {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns all the the stored disassembly for an instruction sequence
|
||||
* Returns all of the stored disassembly for an instruction sequence
|
||||
* @param inOrder if true, the instructions are displayed in order. If false they are reversed.
|
||||
* @return the disassembly as a string
|
||||
*/
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
* 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
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -27,7 +27,7 @@ public class ProjectedSequenceInfo {
|
|||
/**
|
||||
* Create a new {@link ProjectedSequenceInfo} object
|
||||
* @param sequenceIndex index of a sequence in the database
|
||||
* @param projectedIndex index in the sequence of the first character after the the projection prefix
|
||||
* @param projectedIndex index in the sequence of the first character after the projection prefix
|
||||
*/
|
||||
public ProjectedSequenceInfo(int sequenceIndex, int projectedIndex) {
|
||||
this.sequenceIndex = sequenceIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue