chrisjd20
chrisjd20
I personally like the base64 functionality. Just my two-cents.
OK so I'm not exactly sure what I did to fix it but `_` and uppercase characerts in the table names or column names was causing it to error out...
Here is the code it says its tripping on 
Ok so I think I fixed it by changing:  to:  You all may need to update that
Hey great thanks!
Thats definitely a possible work around but not on Windows system with specific restrictions.
> You can also check out this implementation, perhaps it will be enough for your needs: [bfd1b12](https://github.com/zyantific/zydis/commit/bfd1b12c62c0368c9b792c537cb7d36674a027d9) I'm not sure? Can it accept asm string like: ``` inc DWORD PTR...
When I run Formatter01.exe, I get: ``` C:\Users\chris\Documents\zydis\build\Debug>Formatter01.exe 007FFFFFFF400000 mov rax, qword ptr ds:[] 007FFFFFFF400007 push rax 007FFFFFFF400008 call qword ptr ds:[] 007FFFFFFF40000E test eax, eax 007FFFFFFF400010 jz 0x007FFFFFFF400016 007FFFFFFF400016...
I'm not seeing going from asm code (as a string) converted to bytes (printed out as hex) in the code. But maybe your right and I'm just being dense or...
Sounds like you are probably onto something (I'm just being too air-brained to connect the dots). I'll have to revisit that later when I have some more time to sink...