-
I was trying to create a PE32 parser modeled after the ELF parser, but got caught up with trying to figure out the PE32 equivalents of:
Module->addAuxData(std::move(SectionIndex));
Module-…
rjzak updated
3 years ago
-
Following up on https://github.com/GrammaTech/ddisasm/issues/11#issuecomment-801455091.
```
error A2008: syntax error : pushal
error A2008: syntax error : popal
error A2152: coprocessor register…
-
`$ git rev-parse HEAD`
```
f55763e062c9cc98c6e562d2d07232516de46a20
```
`$ make -f GccUnix.mak`
```
gcc -D __UNIX__ -c -IH -D __UNIX__ -DNDEBUG -O2 -o GccUnixR/main.o main.c
In file included f…
-
i've got some sort of loadable driver/plugin that is used by an old 16Bit DOS program
i disassembled the plugin and im able to build a 100% binary equal version of the driver based on my assembler …
-
| | |
| --- | --- |
| Bugzilla Link | [38063](https://llvm.org/bz38063) |
| Resolution | WONTFIX |
| Resolved on | Jan 23, 2019 06:05 |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid,@atanasyan…
-
If I use instruction like:
cmp qword ptr [rax], "12345678"
UASM doesn't compile it. I think it is correct, because such instruction doesn't exists.
cmp qword ptr [rax], "1234"
UASM compile this…
exit2 updated
3 years ago
-
I just ran into a source file verification error trying to build uasm. It was downloading a github archive, so I figured that something internally to github changed, but then I couldn't even find the…
-
Would be nice to have the following keywords added, color-coding not necessary:
-ADDR
-OFFSET
-NEAR
-FAR
-
how to get the MASM format from the IDA?
-
It seems that referencing code label in memory address messes up the associated size of entire addressing expression, even though the entire expression size is explicitly specified with `dword ptr`. C…