Skip to content

Fix incorrect array reference - #3

Merged
Tylous merged 1 commit into
Tylous:mainfrom
Xenov-X:main
Aug 11, 2021
Merged

Fix incorrect array reference#3
Tylous merged 1 commit into
Tylous:mainfrom
Xenov-X:main

Conversation

@Xenov-X

@Xenov-X Xenov-X commented Aug 11, 2021

Copy link
Copy Markdown
Contributor

Array for GeneratePE function without beacon_PE arg specified incorrectly referenced the Post_EX_Process_Name array,

  • PE_Num would be assigned 0-26, and was crashing out if 17+, as the Post_EX_Process_Name array only has 17 values. Think this is the incorrect array altogether.

Corrected to Peclone_list - In line with the PEclone_list array queried when beacon_PE arg is specified.

Array for GeneratePE function without beacon_PE arg specified incorrectly referenced the Post_EX_Process_Name array,

Corrected to Peclone_list
@Tylous
Tylous merged commit d135047 into Tylous:main Aug 11, 2021
@Tylous

Tylous commented Aug 11, 2021

Copy link
Copy Markdown
Owner

Good catch! As you can tell it's a large codebase.

Tylous pushed a commit that referenced this pull request Feb 19, 2022
Fixed some missing quotes in Peclone_list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants