Everything you learned in the past to hack OS software is not dead - نسخة قابلة للطباعة +- الفريق العربي للهندسة العكسية (https://www.at4re.net/f) +-- قسم : منتدى AT4RE العام (https://www.at4re.net/f/forum-3.html) +--- قسم : القسم العام - General & Off Topic (https://www.at4re.net/f/forum-10.html) +--- الموضوع : Everything you learned in the past to hack OS software is not dead (/thread-3175.html) |
Everything you learned in the past to hack OS software is not dead - R333T - 11-08-2022 السلام عليكم ورحمة الله وبركاته
.أنا أشارك هذه المعلومات معكم. كما قلت ، كل ما تعلمته في الماضي لاختراق برنامج نظام التشغيل لم يمت (الكراك c ، c ++ ، c # و .Ne ، إلخ) تم الإعلان عن WA في عام 2015 وتم إصدارها لأول مرة في مارس 2017 ، وأصبح WebAssembly توصية من اتحاد شبكة الويب العالمية في 5 ديسمبر 2019 وحصل على جائزة برامج لغات البرمجة من ACM SIGPLAN في عام 2021. لم يمت لأن العالم الآن يذهب إلى WebAssembly أكثر وأكثر وسيتيح لك ذلك كتابة التعليمات البرمجية بلغات سطح المكتب وتجميعها إلى تنسيق WASM يعني binary واستخدامها مع تقنيات الويب ، زر هذا الموقع لمعرفة عدد الشركات التي تستخدم هذه التقنية الجديدة
: تجميع للويب باستخدام WebAssembly Google Chrome Developers
لذا ، نعم بالنسبة لي بدأت التعلم WA + Rust WA + React WA + C , C++, C# and so on WA + Blazor WebAssembly هذه فرصتك لبدء الوضع الجديد هناك العديد من الدورات التدريبية المدفوعة التي يمكنك الحصول عليها مجانًا فقط ابحث DuckDuckGo أو Google أتمنى أن تكون قد وصلت لك الفكرة اسلام عليكم EN: Aslam 3laykom, .I wander to share this infos like I said all you learned in the past to crack OS software not dead (crack c, c++, c# and .Ne etc) WA Announced in 2015 and first released in March 2017, WebAssembly became a World Wide Web Consortium recommendation on 5 December 2019 and it received the Programming Languages Software Award from ACM SIGPLAN in 2021. not dead because the world now going to WebAssembly more and more and this will allow you code with desktop languages and compile it to WASM witch mean binary format and use it with web technologies check this website to see how many Companies use this new technology
: Compiling for the Web with WebAssembly Google Chrome Developers
So yes for me I started learning WA + Rust WA + React WA + C , C++, C# and so on WA + Blazor WebAssembly This is you chance to start the new mode there are so many premium courses you can get it for free just DuckDuckGo or Google it I hope you got the idea Aslam 3laykom RE: Everything you learned in the past to hack OS software is not dead - human - 16-08-2022 السلام عليكم webassembly تستخدم فقط في الحالات التي نحتاج فيها الى قوة CPU (لهدا الغرض تم تصميمها). webassembly ليست لغة مخصصة للإنسان بل للالة ولن تحتاج لتعلمها إلا في مايخص الهندسة العكسية فهي ك bytecode بالنسبة ل جافا و MSIL بالنسبة ل NET. c,c++,rust ولغات أخرى لديها كومبايلر للوب أسمبلي و لتبسيط الأمر على مطوري الوب لأنهم لم يعتادو على لغات native كالسابق دكرها تم تصميم لغة assemblyscript . لكن لغات native هي التي تتفوق من ناحية توليد كود webassembly أسرع و أفضل ولهدا ستجد غالبا c,c++,rust خصوصا rust ودلك لما توفره من أمان و ميزات اخرى. |