Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add call sequence mutation that copies and repeats a call #376

Open
0xalpharush opened this issue Jun 25, 2024 · 1 comment · May be fixed by #458
Open

add call sequence mutation that copies and repeats a call #376

0xalpharush opened this issue Jun 25, 2024 · 1 comment · May be fixed by #458

Comments

@0xalpharush 0xalpharush added the good first issue Good for newcomers label Jul 23, 2024
@0xalpharush
Copy link
Contributor Author

Add a new generator callSeqGenFuncDuplicateAtRandom which duplicates a call seq. elem at index N and inserts it at N+1. Will be helpful to reference existing implementation

func callSeqGenFuncCorpusTail(sequenceGenerator *CallSequenceGenerator, sequence calls.CallSequence) error {

@0xalpharush 0xalpharush removed the good first issue Good for newcomers label Sep 9, 2024
@0xalpharush 0xalpharush linked a pull request Sep 9, 2024 that will close this issue
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 a pull request may close this issue.

2 participants