Related resources for Sass
  • Binary Cracking and Byte Patching With IDA Pro4/23/2024 8:31:51 AM. This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patching,
  • .NET Reverse Engineering: Part 24/19/2024 10:37:50 AM. This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
  • Bug Fixing: .NET Reverse Engineering: Part 44/18/2024 1:15:09 PM. Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Ze
  • What’s the Difference Between SCSS and Sass and How to Use it in Your Project5/3/2023 3:08:08 PM. What’s the difference between SCSS and Sass and how to use it in your project to make it more faster than define css
  • Understanding the Common Type System in Real Scenarios Using The MSIL DisAssembler3/25/2021 5:39:15 AM. This article explains the Common Type System (CTS) in Real Scenarios using the MSIL DisAssembler.
  • Disassembler Mechanized: Part 42/17/2021 7:26:10 AM. This article is the fourth and final part of how to do a mechanized disassembly in .Net.
  • Disassembler Mechanized: Part 11/14/2021 11:57:12 AM. This article is the first part of how to do a mechanized disassembly in .Net.
  • Disassembling With Reflector: Part 11/1/2021 11:50:08 AM. This article shows dissembling of the source code of an assembly using Reflector.
  • SASS Tutorial12/9/2019 10:08:47 AM. In this article you get a SASS Tutorial.
  • Learn About SASS10/10/2019 5:07:56 PM. In this article, you will learn about SASS.
  • Angular Material - Part Two9/21/2018 9:42:56 AM. If you worked with bootstrap you know that implementing tabs require some complex markup but in Angular Material we can easily add tabs to our application with only 2 elements.
  • How To Use SASS In Visual Studio Using Web Essentials11/28/2016 12:38:24 PM. In this article, you will learn how to use SASS in Visual Studio using Web Essentials.
  • Play With SASS Using Compass9/9/2016 2:17:34 AM. In this article we will learn how to play with Sass using compass.
  • An Overview Of SASS And SCSS6/1/2016 1:48:53 PM. In this article, you will learn about SASS and SCSS.
  • Writing Associate And Disassociate Request Using Web API 1/5/2016 1:49:02 PM. This article is about writing associate and disassociate request using Web API.
  • Install SASS on Windows Using Ruby Gems8/14/2015 12:50:16 PM. In this article we will learn how to install and use SASS on Windows.
  • How to write a basic C# Program using ILDASM & ILASM5/25/2015 12:47:04 AM. In this video I will be explaining how to disassemble an assembly and create an IL file and perform some modifications to the IL file and then how to regenerate the assembly based on IL and this video also explains the basic structure of C# Program, brief idea on namespace, how to write a hello world program in C#, compile and execute the program too..
  • Disassembler Mechanized: Part 34/10/2015 4:47:46 PM. This article is the third part of how to do a mechanized disassembly in .Net.
  • Disassembler Mechanized: Part 24/10/2015 4:13:53 PM. This article is the second part of how to do a mechanized disassembly in .Net.
  • Password Discovery and Patching by Disassembling2/25/2015 10:41:36 PM. This article shows how to subvert some of authentication mechanisms, such as extracting vital information imposed in the binary file while source coding, by analyzing the generated hex code itself of the target executable.
  • Disassembling With Reflector: Part 211/9/2014 5:10:49 PM. This article shows how to reveal the license code information by dissembling its corresponding classes after backtracking the code flow execution.
  • Basics of SASS6/23/2014 5:51:47 AM. SASS is a super-powered version of CSS. It is actually meant to make CSS more dynamic, organized and productive.
  • Protecting IL Code from Unauthorized Disassembling in VB.NET11/10/2012 2:31:09 AM. Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
  • Protecting IL Code from unauthorised Disassembling5/19/2012 7:41:28 AM. Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
  • Disassemble code in Visual Studio instead of ILDSAM disassembler3/7/2011 12:08:51 AM. Most of the times when we want to see the disassembled code we will go for the ILDASM tool and give the mapped path of the dll and see the disassembled code in the tool. Now we have an option for that in Visual Studio itself. Let’s see in this article on how to do this step by step
  • Tools and Utilities in the .NET Framework 11/11/2009 12:04:03 AM. In this article I will explain about the tools and utilities in the .NET Framework.
  • Visual Studio .NET: Start up8/31/2006 2:16:29 AM. The next version of Visual Studio 6.0 is Visual Studio .NET (VS.NET). In the previous versions of Visual Studio Microsoft has different menu options to pick development environment such as VC++, Visual FoxPro, Visual Basic or Visual Interdev. This version of Visual Studio has integrated everything in one IDE. The reason for that might be all development languages share common library and tools.
  • VS.NET Tools Intermediate Language Disassembler (ILDAM)2/16/2006 2:03:02 AM. "The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format"
  • C# or VB.NET - World War III12/22/2005 7:52:54 AM. In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
  • Some situtions where one may like to use IL12/21/2005 1:11:34 AM. This article requires knowledge of IL or at least desire to learn it. My intention is to give few illustrations where usage of IL is possible or only option.