Thread overview |
---|
November 14, 2013 Disassembly Tool | ||||
---|---|---|---|---|
| ||||
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$. |
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | 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.
|
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | On Thursday, 14 November 2013 at 09:53:42 UTC, Namespace wrote:
> 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.
OllyDbg, highly recommended.
|
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist | On Thursday, 14 November 2013 at 09:55:02 UTC, Tourist wrote:
> On Thursday, 14 November 2013 at 09:53:42 UTC, Namespace wrote:
>> 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.
>
> OllyDbg, highly recommended.
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?
|
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | 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 |
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to dennis luehring | On Thursday, 14 November 2013 at 10:35:26 UTC, dennis luehring wrote:
> 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
Are these compatible with the dmd obj files and the dmd format?
|
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | 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:
>> 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
>
> Are these compatible with the dmd obj files and the dmd format?
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 bandwidth
|
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | On Thursday, 14 November 2013 at 10:14:05 UTC, Namespace wrote:
> On Thursday, 14 November 2013 at 09:55:02 UTC, Tourist wrote:
>> On Thursday, 14 November 2013 at 09:53:42 UTC, Namespace wrote:
>>> 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.
>>
>> OllyDbg, highly recommended.
>
> 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?
Maybe they charge it for compiling & packaging it on Windows.
AFAIK same thing happened with Xchat for Windows
|
November 14, 2013 Re: Disassembly Tool | ||||
---|---|---|---|---|
| ||||
Posted in reply to dennis luehring | On Thursday, 14 November 2013 at 10:35:26 UTC, dennis luehring wrote:
> agner fogs:
> http://www.agner.org/optimize/#objconv
I 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?
|
Copyright © 1999-2021 by the D Language Foundation