x0r
x0r
Cool games. What is your results with TIM?
- It rewrites its code dynamically - this one you will need to handle manually. masm2c might detect these points. I hope it is not much of this. - It...
Thanks mostly clear and interesting. I will try to prepare Borland C++ Dos as target of my translator.
Testing resulting code on Dos might be easier before porting sound, graphics, etc to SDL. The problem is reversed code is a code modification and no tests available. Good solution...
I could get results with this minimal patch: https://github.com/angr/angr/pull/4683
I could don't find 16 bit support in the pcode. Could you give the url?
Ghidra have long unresolved issues with x86 16 bit https://github.com/NationalSecurityAgency/ghidra/issues/981" But thanks, I can try to use it as reference to fix this implementation
Moreover I tryed decompiler with pcode: ``` Block at 0x100, size: 11 _start: 100 PUSH BP 101 MOV BP, SP 103 MOV AX, wordptr[BP+0x4] 106 MUL wordptr[BP+0x6] 109 POP BP...
1. No, there are more issues: https://github.com/NationalSecurityAgency/ghidra/issues/981 Segmented addressing not well supported It works when segments are aligned to 0x1000, but when they are not, address calculation is wrong so...
Hi, I got the point. You can contact me via [email protected] or here https://discord.gg/xEG89mzR Usually I was doing memory dump too just after driver is loaded. You need to make...