BeaEngine C# interface #37
ByteWhite1x1
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. And thanks for the last update.
I use the BeaEngine in my tool HEX DEREF: https://hexderef.com/
Particularly in a multi-threaded code dissection feature and the tool's benchmark feature. I thought to share the updated version of C#-interface that supports BeaEngine 5.3.0: https://hexderef.com/code/BeaEngine.cs Feel free to include in your project. If you release a new version. Please let me know and I will try to update the interface ASAP.
If you want to take a look at the benchmark feature more carefully. Goto Tools->Disassembly benchmark. I released the benchmark publicly two days ago. There are some references in the database for both Intel/AMD CPU's. Do you find the speed reasonable for a C#/C++ based benchmark? I got with factory default AMD Ryzen 5 3600X about 324k disassemly/per second (single-threaded)
Did you ever measured single-threaded speed with C++ on a year 2019+ CPU?
Beta Was this translation helpful? Give feedback.
All reactions