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

MemoryOperations plugin #54

Merged
merged 16 commits into from
Feb 19, 2024
Merged

MemoryOperations plugin #54

merged 16 commits into from
Feb 19, 2024

Conversation

MiranDMC
Copy link
Collaborator

@MiranDMC MiranDMC commented Dec 23, 2023

Three opcodes from NewOpcodes/CLEO+ implemented into CLEO core

0D27=3,copy_memory %1d% to %2d% size %3d%
0D4E=4,read_struct %1d% offset %2d% size %3d% store_to %4d%
0E28=4,write_struct %1d% offset %2d% size %3d% value %4d%

@MiranDMC MiranDMC force-pushed the memory_related_opcodes branch from 4f14f16 to e31fae4 Compare December 23, 2023 11:20
@MiranDMC MiranDMC marked this pull request as draft December 27, 2023 02:02
@MiranDMC MiranDMC force-pushed the memory_related_opcodes branch from 29890fd to 7af74b1 Compare January 24, 2024 04:35
@MiranDMC MiranDMC marked this pull request as ready for review January 24, 2024 04:35
@MiranDMC MiranDMC force-pushed the memory_related_opcodes branch from 4440c6a to f745b69 Compare January 24, 2024 05:03
@MiranDMC MiranDMC requested a review from x87 January 24, 2024 05:06
@MiranDMC MiranDMC marked this pull request as draft January 29, 2024 21:23
@MiranDMC MiranDMC force-pushed the memory_related_opcodes branch 2 times, most recently from a1a2cd1 to a23a547 Compare January 30, 2024 06:19
cleo_sdk/CLEO.h Outdated Show resolved Hide resolved
@MiranDMC MiranDMC force-pushed the memory_related_opcodes branch from efdfd85 to 90b2fe4 Compare February 8, 2024 08:23
Opcode parameters validation utilities.
Unit tests.
@MiranDMC MiranDMC force-pushed the memory_related_opcodes branch from 90b2fe4 to 05ab0ce Compare February 8, 2024 09:13
@MiranDMC MiranDMC changed the title opcodes 0D27, 0D4E, 0E28 MemoryOperations plugin Feb 10, 2024
source/CPluginSystem.h Outdated Show resolved Hide resolved
@MiranDMC MiranDMC marked this pull request as ready for review February 12, 2024 08:42
cleo_sdk/CLEO.h Outdated Show resolved Hide resolved
cleo_sdk/CLEO.h Outdated Show resolved Hide resolved
cleo_sdk/CLEO_Utils.h Outdated Show resolved Hide resolved
@x87
Copy link

x87 commented Feb 19, 2024

thanks!

@MiranDMC MiranDMC merged commit b83fa35 into master Feb 19, 2024
@MiranDMC MiranDMC deleted the memory_related_opcodes branch February 27, 2024 01:55
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