Skip to content

Conversation

K4ddate
Copy link

@K4ddate K4ddate commented Jun 21, 2025

This is a straightforward pull request that adds UC_CTL bindings to the Go API. I needed these functions for a project I'm working on, so I decided to contribute them here.

@wtdcode
Copy link
Member

wtdcode commented Jul 14, 2025

Hello, sorry for late. The changes look good. Could you rebase it to dev?

@K4ddate K4ddate changed the base branch from master to dev July 14, 2025 18:12
@K4ddate
Copy link
Author

K4ddate commented Jul 14, 2025

Hello @wtdcode,

There you go, I changed the targeting branch to dev and upgraded the commit to match the updated dev branch. Hope this is better.

@@ -187,14 +219,26 @@ func (u *uc) MemWrite(addr uint64, data []byte) error {
if len(data) == 0 {
return nil
}
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you missed some git merge/rebase artifacts

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.

3 participants