Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
Call (member) Function(s) In Exe
by Guest Bokito- 6 replies
- 3.8k views
Hello, I have the following problem: When decompiling an executable with IDA pro i noticed the classes and member functions were also showing (exe was compiled with vc6). What i would like to do is call these member functions from another process (and get the return values). I can inject a dll into the running process, but then i can only call winAPI functions and not the member functions. So is this even possible?
-
- 2 replies
- 3.3k views
I had an idea to make a universal "ant-olly" routine for my delphi program. Basicaly what id does is: -get all processes runing -get all modules of each and every process -if module name gets recognized it trigers stuff in program. I am using lists to store all the data, and Pos(ModuleName[j], Strings) in a loop to check for known blacklisted modules. Is there a way to make the code faster? Execution on average system takes about 600ms (and CPU usage gets to 100% for that time) I want to reduce cpu consumption, and i know asm code would most definetly do just that but my asm skils are almost equal to none. I'm gratefull for every help i get! Regards, ChupaChu!
-
Gfx
by Guest sonic_00- 6 replies
- 4.1k views
hi there, i'm new in this forum. I'd like to know how to create a GFX with images instead of normal buttons and forms. I use Delphi 7. Can you help me? (erm... note that i'm sixteen, i don't have a great experience...)
-
Color7 Video Converter KeyFile Maker
by Giggles- 4 replies
- 4.1k views
File Name: Color7 Video Converter KeyFile Maker File Submitter: Giggles File Submitted: 3 Aug 2007 File Category: Source Code A small KeyFile Maker coded in Visual Basic 6.0 to create a KeyFile for Color7 Video Converter. Information is in the "About KeyFile Maker" text file included. Coded By BlueCode\tSORE Click here to download this file
-
Advancedolly Source Code
by diamond_sh- 4 replies
- 4k views
is there any free source code for addvanceolly plugin ? i need source code of debug bits part or many information about implement of heape flags,force flags and Ntglobal flags in this plugin. please help me. with special thanks Goodluck
-
Math Lib Suggestion
by Guest Swell- 0 replies
- 2.9k views
Hi, I'm currently developping a finance application and I'm using this math libs QuantLib: http://quantlib.org/ Free and very nice lib NAG Mark 8: http://www.nag.co.uk/numeric/CL/CLdescription.asp Huge lib. Probably the best as far as I know Does anyone here use or know some math libs for finance? Thanks in advance!
-
Interrupts Access In Windows
by diamond_sh- 3 replies
- 3.3k views
hi everyone i am sorry for my bad english is there any way to interrupts access without using sys file? for example can i write kernel mode program in a dll? or can i acess to interrupts with directly using assembly in windows? please help me
-
Font Problem 1 2
by human- 31 replies
- 11.3k views
does someone has a clue wtf is goin on. i try to use terminal font inside edit box. font=CreateFont(-8,0,0,0,FW_NORMAL,0,0,0,DEFAULT_CHARSET,0,0,0,0,"Terminal"); hEdit=GetDlgItem(hWnd,MINT_EDIT); SendMessage(hEdit,WM_SETFONT,(WPARAM)font,1); well it sets font to terminal but some of chars are incorrect, but when i run ollydbg in background or run it in olly then somehow magical all chars are like ansi in dos. and question is what do i have to set more to get same effect without olly, i could do it all as bitmap but im too lazy to recode asm back to c++
-
Xp Style Manifest
by Ziggy- 16 replies
- 8.2k views
Months ago - (I can't remember how far back) this XP STyle manifest did the job of changing buttons etc to XP Style. One of the WINXP hotfixes over the last few months has changed something. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity name="Microsoft.Windows.Keygen" processorArchitecture="x86" version="1.0.0.0" type="win32"/> <description>SnD Keygen</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" …
-
Writable Virtual Drive
by levil- 2 replies
- 5k views
Daemon Tools,Alcohol,etc. let you mount an image to a virtual drive, but they're for pre-made images. And the mounted image is not writable at all. Is it possible to make a virtual drive which is writable? To select it from any of the burning softwares, and the burned data will be written to an image file on the hard drive. I found some solutions - open source virtual drive makers, but after hours of discovering the code,I realized that I don't have enough experience to upgrade it. And I also don't know is it generally possible.Any solution? found sources: http://www.acc.umu.se/~bosse/filedisk.zip http://www.torry.net/pages.php?id=922 http://www.jeffothy.com/weblog/filedi…
-
Delphi Xm Player Source Code...
by Teddy Rogers- 2 replies
- 4.7k views
Here is a Delphi example code on how to play multiple XM files in a DLL using uFMOD Delphi_XM_Player_Source_Code.zip Ted.
-
Window In Asm
by Guest sonic_00- 12 replies
- 6k views
I'm back (after months ) well i'm trying to learn MASM and i've copied the code of lioczar's tutorial on a new file in Quick Editor, just to see if it works, but it doesn't. Why? The code: .386 .model flat, stdcallinclude \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\kernel32.incincludelib \masm32\lib\user32.lib includelib \masm32\lib\kernel32.lib.DATA ClassName db "SimpleWinClass",0 AppName db "Our First Window",0 .DATA? hInstance HINSTANCE ? CommandLine LPSTR ?.CODE start: invoke GetModuleHandle, NULL mov hInstance,eax invoke GetCommandLine mov CommandLine,eax invoke WinMain, hInstance,NULL,CommandLine, SW_SHOWDEF…
-
Sinusscroller Help In Asm
by F0X- 10 replies
- 5k views
hey guy's, since angel-55 is off for some days, I was trying to make my own keygen layout, and I wanted a sinusscroller on the top, one that just make sinus movements steady on one place, not moving I mean this skin: that top text: "
-
(a Mod B)
by Mouradpr- 5 replies
- 5.4k views
please i want a source code with masm for calcul ( a mod B )... thnks
-
My First Scaner : Winupack 0.39 Scanner
by Mouradpr- 6 replies
- 6.3k views
this is my first scanner .... mini scanner for Winupack 0.39 version beta coded by MASM Please encourage your Winupack_Scan.rar
-
Help With C#.net
by Guest quantumfusion- 1 reply
- 3k views
what does Encoding.get_Default().GetBytes(whatever) do ? and BitConverter.GetBytes(num2 + 1) do ? and text1 = Encoding.get_Default().GetString(buffer1, 5, num4); do ? thanks
-
Delphi Project Help
by cegy- 3 replies
- 4k views
Hi, am a n00b to delphi but i've been trying to making a small program so good so far but the only problem i am having is that i want to be able to change the font colour and the tmemo background colour and not sure how to do this. many thanks
-
Olly Script
by SHKODRAN- 2 replies
- 3.3k views
Where can find info on how to build scripts for Olly ? Thanks in advance!
-
Encryption/decryption Smc Beginner Problem
by Guest Eudorian- 5 replies
- 3.4k views
Hi all, this is my first post overhere. I have this simple asm program that shows a messagebox (I have win xp and I'm using winasm): .386 .model flat, stdcall option casemap: none include windows.inc include kernel32.inc include user32.inc includelib kernel32.lib includelib user32.lib Encr_Routine proto .data MsgBoxTxt db "Test Message",0 MsgBoxCaption db "Crypting",0 .data? ;initialized variables hInstance HINSTANCE ? .code start: mov edi,a_end-1 mov ecx, a_end-a invoke GetModuleHandle, hInstance mov hInstance,eax a: invoke MessageBox,NULL, addr MsgBoxTxt, addr MsgBoxCaption, MB_OK a_end: invoke ExitProcess, NULL Encr_Routine proc decr_next_byte: …
-
Visual Basic 6.0
by Guest -IeNz-- 6 replies
- 4.3k views
Hello! I developed some keygens written in Visual Basic 6.0 BUT i believe that i have compatibilty problems when i am trying to execute the compiled exe files on computer system without the Visual Basic runtime files (.OCX etc).... Any solutions how can i avoid these type of problems?! Can i attach these #%$#% runtime files in my program code?! (I just want to have a compatible keygen written in Visual Basic on an xp system without any "x file is missing" problems...) I already know that unistalling VB and have a fresh start programming in asm is a good solution... Thank You in advance
-
Puting A Registeration System On An Exe
by Guest quantumfusion- 2 replies
- 3.2k views
Hi all RE Experts, I would appreciate if you can help a noob here. Ok , i have a server application(only binary code no source) that i have added additional functions-using olly . I would like to add a protection system to this server application. Thus ,i wrote a VB application which will ask for serial key and automatically close the program if the serial key is invalid . Also ,it will allow the user to carry out 30 mins trial. The serial key will be specific to each computer based on the hardware ID and MAC address . I would like to integrate this VB application to the server file so that it can protect the file . How do i do that so that it will not be recognised as a …
-
Rgn File Coding
by antrobs- 5 replies
- 4.3k views
Does someone know how to used RGN file in coding in MASM? Need some help here mates...... AnTroBs
-
- 7 replies
- 3.7k views
http://www.woodmann.com/forum/showthread.php?t=10003 xm.VMCompiler.By.Orp.zip
-
Problems Concerning Transperency
by Sonny27- 7 replies
- 3.6k views
hi everyone, I
-
Sections
by Guest [n]ewcom3R- 4 replies
- 4.2k views
Hi, i'm new here on this board. I want to code an Offset converter in Delphi. There is only one problem!! How can I calculate the section from the RVA or from the VA? (sections .text, .data, .idata ....)