گاه نوشته های ذهن پریشون

My Brainstorm


انواع دیباگر برای کرکرها :

 

 

ــــــــــــــــــــــــــــــــــــــــــــ       OllyDbg        ـــــــــــــــــــــــــــــــ

 

 

OllyDbg[2008.1.1]

OSCEditor v1.0 beta 2

OllyScript

  ــــــــــــــــــــــــــــــــــــــــــــ       SoftICE        ـــــــــــــــــــــــــــــــ

 
 
 
  ــــــــــــــــــــــــــــــــــــــــــــ       Visual Basic        ـــــــــــــــــــــــــــــــ
 

Features

I will try to depict the main features of Gambas and what sets it from the other languages.

Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java™.

Gambas is made up of the following programs:

  • A compiler.
  • An interpreter.
  • An archiver.
  • A graphical user interface component.
  • A development environment.
The development environment is written with Gambas itself, so that I can show the abilities of the language. And it is very useful for debugging!

چند تا کلید میانبر کاربردی که باعث راحتی کار میشه در VB6.0


1. CTRL+Z or ALT+BACKSPACE = همان حالات undo خودمان است.


  2. ALT+F8 = برنامه را با حالت  step over  اجرا می کند. (این حالت برنامه را خط به خط اجرا کرده و در صورت فرخوانی روالی دیگر ، وارد آن روال نمی شود ) .


3. CTRL+C or CTRL+INS = کپی کردن متن انتخاب شده.