digitalmars.D.learn - Disassembly Tool
- Namespace (3/3) Nov 14 2013 Since the disassembly on Dpaste doesn't work for me anymore, I'm
- Namespace (2/5) Nov 14 2013 Forget to say: I'm on Windows.
- Tourist (2/7) Nov 14 2013 OllyDbg, highly recommended.
- dennis luehring (9/12) Nov 14 2013 maybe:
Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.
Nov 14 2013
On Thursday, 14 November 2013 at 09:48:38 UTC, Namespace wrote:Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.Forget to say: I'm on Windows.
Nov 14 2013
On Thursday, 14 November 2013 at 09:53:42 UTC, Namespace wrote:On Thursday, 14 November 2013 at 09:48:38 UTC, Namespace wrote:OllyDbg, highly recommended.Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.Forget to say: I'm on Windows.
Nov 14 2013
On Thursday, 14 November 2013 at 09:55:02 UTC, Tourist wrote:On Thursday, 14 November 2013 at 09:53:42 UTC, Namespace wrote:Looks good, I'll give it a try later. Is there a reason why obj2asm is free for linux and osx, but not for windows?On Thursday, 14 November 2013 at 09:48:38 UTC, Namespace wrote:OllyDbg, highly recommended.Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.Forget to say: I'm on Windows.
Nov 14 2013
On Thursday, 14 November 2013 at 10:14:05 UTC, Namespace wrote:On Thursday, 14 November 2013 at 09:55:02 UTC, Tourist wrote:Maybe they charge it for compiling & packaging it on Windows. AFAIK same thing happened with Xchat for WindowsOn Thursday, 14 November 2013 at 09:53:42 UTC, Namespace wrote:Looks good, I'll give it a try later. Is there a reason why obj2asm is free for linux and osx, but not for windows?On Thursday, 14 November 2013 at 09:48:38 UTC, Namespace wrote:OllyDbg, highly recommended.Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.Forget to say: I'm on Windows.
Nov 14 2013
Am 14.11.2013 10:48, schrieb Namespace:Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.maybe: distorm: http://www.ragestorm.net/distorm/ ida freeware: https://www.hex-rays.com/products/ida/support/download_freeware.shtml (32bit only) agner fogs: http://www.agner.org/optimize/#objconv
Nov 14 2013
On Thursday, 14 November 2013 at 10:35:26 UTC, dennis luehring wrote:Am 14.11.2013 10:48, schrieb Namespace:Are these compatible with the dmd obj files and the dmd format?Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.maybe: distorm: http://www.ragestorm.net/distorm/ ida freeware: https://www.hex-rays.com/products/ida/support/download_freeware.shtml (32bit only) agner fogs: http://www.agner.org/optimize/#objconv
Nov 14 2013
On Thursday, 14 November 2013 at 10:42:06 UTC, Namespace wrote:On Thursday, 14 November 2013 at 10:35:26 UTC, dennis luehring wrote:IDA supports tones of object formats and architectures. Problems may come when it comes to free version of it. AFAIK it supports only x86 up to 32bits. DPASTE disassembly support will be back at some point, when we figure out how to save bandwidthAm 14.11.2013 10:48, schrieb Namespace:Are these compatible with the dmd obj files and the dmd format?Since the disassembly on Dpaste doesn't work for me anymore, I'm looking for an alternative. Is there one? And I don't want obj2asm, I'm not willing to pay 15$.maybe: distorm: http://www.ragestorm.net/distorm/ ida freeware: https://www.hex-rays.com/products/ida/support/download_freeware.shtml (32bit only) agner fogs: http://www.agner.org/optimize/#objconv
Nov 14 2013
On Thursday, 14 November 2013 at 10:35:26 UTC, dennis luehring wrote:agner fogs: http://www.agner.org/optimize/#objconvI love that. :) Thanks. But it is much assembler code. A lot more than my script should contain. Maybe druntime is included? Any idea to cut it down?
Nov 14 2013