b*****n 发帖数: 2324 | |
r****y 发帖数: 26819 | 2 显然close source啊。
【在 b*****n 的大作中提到】 : 哪儿能下载?谢谢
|
c**e 发帖数: 2558 | 3 the closest thing to it:
Shared Source Common Language Infrastructure 2.0 Release
http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en
【在 b*****n 的大作中提到】 : 哪儿能下载?谢谢
|
k****i 发帖数: 1072 | 4 There is a thing call reflector
【在 b*****n 的大作中提到】 : 哪儿能下载?谢谢
|
b*****n 发帖数: 2324 | 5 那只能发现怎么用,也不能reflect出来source啊。
【在 k****i 的大作中提到】 : There is a thing call reflector
|
c**e 发帖数: 2558 | 6 你要什么样的[source
【在 b*****n 的大作中提到】 : 那只能发现怎么用,也不能reflect出来source啊。
|
b*****n 发帖数: 2324 | 7 implementation.
【在 c**e 的大作中提到】 : 你要什么样的[source
|
d****d 发帖数: 133 | 8 Bill Gates: We are NOT a Charity!
我也挺讨厌微软死活不公布这些代码,怀念以前Delphi的日子啊。
【在 b*****n 的大作中提到】 : implementation.
|
c**e 发帖数: 2558 | 9 前面不是有人说了用reflector了吗?你看了没?就说看不到?
【在 b*****n 的大作中提到】 : implementation.
|
b*****n 发帖数: 2324 | 10 用reflection只能看到FCL的type declaration和怎么用type,这些msdn上都有。
我想看这些type的source code,就是方法定义{}中间的内容。
【在 c**e 的大作中提到】 : 前面不是有人说了用reflector了吗?你看了没?就说看不到?
|
|
|
c**e 发帖数: 2558 | 11 ft,reflector,一个软件,不是reflection。
你google一下不行吗?
【在 b*****n 的大作中提到】 : 用reflection只能看到FCL的type declaration和怎么用type,这些msdn上都有。 : 我想看这些type的source code,就是方法定义{}中间的内容。
|
b*****n 发帖数: 2324 | 12 这是reverse engineering,而且我用了一下,还是只有declaration,reverse不出来
source code。
【在 c**e 的大作中提到】 : ft,reflector,一个软件,不是reflection。 : 你google一下不行吗?
|
c**e 发帖数: 2558 | 13 好好找找。给你半个小时,不要说你找不到。: )
【在 b*****n 的大作中提到】 : 这是reverse engineering,而且我用了一下,还是只有declaration,reverse不出来 : source code。
|
b*****n 发帖数: 2324 | 14 比如这个
public static void Main()
{
}
一个应用程序的,这怎么可能。
【在 b*****n 的大作中提到】 : 这是reverse engineering,而且我用了一下,还是只有declaration,reverse不出来 : source code。
|
b*****n 发帖数: 2324 | 15 reverse engineering跟source code不一样,跟我的目的不一样
【在 c**e 的大作中提到】 : 好好找找。给你半个小时,不要说你找不到。: )
|
c**e 发帖数: 2558 | 16 source?.net framework起码有一部分是用C#写的,你要看剩下那些unmanaged c++的?
【在 b*****n 的大作中提到】 : reverse engineering跟source code不一样,跟我的目的不一样
|
c**e 发帖数: 2558 | 17 你不是要看framework的code吗?看应用程度做什么?
出来
【在 b*****n 的大作中提到】 : 比如这个 : public static void Main() : { : } : 一个应用程序的,这怎么可能。
|
b*****n 发帖数: 2324 | 18 我是说framework class library FCL
我想看比如Object.clone()
的?
【在 c**e 的大作中提到】 : source?.net framework起码有一部分是用C#写的,你要看剩下那些unmanaged c++的?
|
b*****n 发帖数: 2324 | 19 你说的用c++写的是runtime, clr。
的?
【在 c**e 的大作中提到】 : source?.net framework起码有一部分是用C#写的,你要看剩下那些unmanaged c++的?
|
b*****n 发帖数: 2324 | 20 在c#,应该是MemberwiseClone
【在 b*****n 的大作中提到】 : 我是说framework class library FCL : 我想看比如Object.clone() : : 的?
|
|
|
c**e 发帖数: 2558 | 21 嗯,MemberwiseClone的确看不到。但比如ReferenceEquals就可以看了。
【在 b*****n 的大作中提到】 : 我是说framework class library FCL : 我想看比如Object.clone() : : 的?
|
c**e 发帖数: 2558 | 22 clr我当然知道是用c++写的,但是fcl肯定很大一部分也是。具体比例查一下就知道了。
【在 b*****n 的大作中提到】 : 你说的用c++写的是runtime, clr。 : : 的?
|
b*****n 发帖数: 2324 | 23 我也看了,发现是extern的,可能是用native写的。
【在 c**e 的大作中提到】 : 嗯,MemberwiseClone的确看不到。但比如ReferenceEquals就可以看了。
|
b*****n 发帖数: 2324 | 24 ft,fcl应该95%以上都是managed code写的
目前我知道Object class里面几个method不是
了。
【在 c**e 的大作中提到】 : clr我当然知道是用c++写的,但是fcl肯定很大一部分也是。具体比例查一下就知道了。
|
c**e 发帖数: 2558 | 25 跟语言没关系,都是一个名字。
【在 b*****n 的大作中提到】 : 在c#,应该是MemberwiseClone
|
c**e 发帖数: 2558 | 26 想想也是,呵呵。要copy memory
【在 b*****n 的大作中提到】 : 我也看了,发现是extern的,可能是用native写的。
|
c**e 发帖数: 2558 | 27 那不就可以用reflector看了吗?
【在 b*****n 的大作中提到】 : ft,fcl应该95%以上都是managed code写的 : 目前我知道Object class里面几个method不是 : : 了。
|
b*****n 发帖数: 2324 | 28 这是reverse engineering,跟source code不一样
【在 c**e 的大作中提到】 : 那不就可以用reflector看了吗?
|
b*****n 发帖数: 2324 | 29 而且目前看来,不是所以managed code method都能reverse出来。
【在 b*****n 的大作中提到】 : 这是reverse engineering,跟source code不一样
|
b*****n 发帖数: 2324 | 30 不过这个功能很强大,看来obfuscation是必须的。呵呵
【在 c**e 的大作中提到】 : 那不就可以用reflector看了吗?
|
|
|
c**e 发帖数: 2558 | 31 我觉得不可能95%。
【在 b*****n 的大作中提到】 : ft,fcl应该95%以上都是managed code写的 : 目前我知道Object class里面几个method不是 : : 了。
|
b*****n 发帖数: 2324 | 32 那你再找几个例子不是managed code写的。
【在 c**e 的大作中提到】 : 我觉得不可能95%。
|
c**e 发帖数: 2558 | 33 fine.
【在 b*****n 的大作中提到】 : 这是reverse engineering,跟source code不一样
|
b*****n 发帖数: 2324 | 34 不过我把几个我写的reverse了一下,发现竟然没什么区别啊
【在 c**e 的大作中提到】 : fine.
|
c**e 发帖数: 2558 | 35 比如说,performance要求高的部分
【在 b*****n 的大作中提到】 : 那你再找几个例子不是managed code写的。
|
b*****n 发帖数: 2324 | 36 举个例子,别吹牛
【在 c**e 的大作中提到】 : 比如说,performance要求高的部分
|
c**e 发帖数: 2558 | 37 没敢吹牛,又不是我写的。
【在 b*****n 的大作中提到】 : 举个例子,别吹牛
|
b*****n 发帖数: 2324 | 38 没找着例子你就瞎举,专业吹牛的
【在 c**e 的大作中提到】 : 没敢吹牛,又不是我写的。
|
c**e 发帖数: 2558 | 39 嗯,其实我都不知道我在说什么。
【在 b*****n 的大作中提到】 : 没找着例子你就瞎举,专业吹牛的
|
b*****n 发帖数: 2324 | 40 看出来了,你就是来陪我聊天的,谢谢
【在 c**e 的大作中提到】 : 嗯,其实我都不知道我在说什么。
|
|
|
c**e 发帖数: 2558 | 41 嗯,早点休息吧。明天好起来学习编程。
【在 b*****n 的大作中提到】 : 看出来了,你就是来陪我聊天的,谢谢
|
b*****n 发帖数: 2324 | 42 明天不学习,明天出门逛街
【在 c**e 的大作中提到】 : 嗯,早点休息吧。明天好起来学习编程。
|
c**e 发帖数: 2558 | 43 赞劳逸结合。。
【在 b*****n 的大作中提到】 : 明天不学习,明天出门逛街
|
b*****n 发帖数: 2324 | 44 你也去逛逛吧
【在 c**e 的大作中提到】 : 赞劳逸结合。。
|
c**e 发帖数: 2558 | 45 嗯
【在 b*****n 的大作中提到】 : 你也去逛逛吧
|
b*****n 发帖数: 2324 | 46 哦,去哪儿逛?
【在 c**e 的大作中提到】 : 嗯
|