issues Search Results · repo:BeaEngine/beaengine language:Python
Filter by
35 results
(59 ms)35 results
inBeaEngine/beaengine (press backspace or delete to remove)In #2 you applied a change that broke decoding of pop dword ptr [esp+displ].
- 8F0F24 must be disassembled to pop dword ptr [esp], not pop dword ptr [esp+4]
- 8F442404 must be disassembled to pop ...
Hendi48
- Opened on May 21, 2024
- #45
My code:
/*
* mov rax,qword ptr ds:[2D40D36016C]
* mov qword ptr ds:[2D4127C48A2],rax
* lea rdx,qword ptr ds:[2D40DB7449C]
*/
unsigned char Ins[]= \x48\x8B\x05\x65\x01\x00\x00\x48\x89\x05\x94\x48\x46\x05\x48\x8D\x15\x87\x44\x81\x00 ...
singlefreshBird
- Opened on Apr 28, 2024
- #44
Incorrect operand parsing:
x64 assembly: xor r11b, 0
in binary: 41 80 f3 00
Here is a part of test code:
DISASM infos;
int len;
BYTE buf[4] = { 0x41, 0x80, 0xf3, 0x00 };
// init
memset( infos, 0, sizeof(DISASM)); ...
windgodm
- Opened on Aug 31, 2022
- #42
custome project use static lib can print unresolved external symbol __imp_Disasm
ggg4566
- 1
- Opened on May 16, 2022
- #41
i1tao
- 2
- Opened on Feb 10, 2022
- #40
Hello,
The following bytes \x44\x0f\xf8\x41\x8b (disassembled as psubb mm0,mmword ptr [rcx-75h] by windbg) triggers an
off-by-one in the RegistersMMX global variable:
void __bea_callspec__ fillRegister(int ...
0vercl0k
- 2
- Opened on Jan 16, 2022
- #39
Hello,
I m hitting an OOB read access in the below code:
void __bea_callspec__ FixOpSizeForMemoryOperand (PDISASM pMyDisasm)
{
int i = GV.MemDecoration / 100;
if (ArgsSize[GV.MemDecoration - (i*100+1)] ...
0vercl0k
- Opened on Jan 16, 2022
- #38
headers\include\basic_types.h is not up to date, as include\beaengine\basic_types.h. BeaEngine.h has 3 different
versions in the repo.
And, why duplication of the same file in the first place (also valid ...
john-8998
- Opened on Feb 9, 2021
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.