Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
'cmddata' : unknown size
by CodeExplorer- 1 follower
- 3 replies
- 1.7k views
error C2133: 'cmddata' : unknown size in h file: extern const t_cmddata cmddata[]; typedef unsigned long ulong; // Unsigned long typedef struct t_cmddata { ulong mask; // Mask for first 4 bytes of the command ulong code; // Compare masked bytes with this char len; // Length of the main command code char bits; // Special bits within the command char arg1,arg2,arg3; // Types of possible arguments char type; // C_xxx + additional information char *name; …
-
Can anyone help me to make a script for my server ? i have no knowledge about making the script
by dilip35- 1 follower
- 1 reply
- 1.4k views
i need your help to make a script for my server its a easy script but its hard for me since i don't have any knowledge on the JavaScript and programming i already attached the script screenshot
-
- 8 replies
- 5.6k views
View File tuts4you Symbolic logo source for GIMP Hello friends. I try to prepare a classic logo for the forum. -Feel free to use in your projects or documents. I hope you will like it. note:Source file only xcf format. for GIMP. sory for photoshop users. Detailed previw ( click to support button in forum page.) Submitter Skarz Submitted 09/11/2016 Category Source Code
-
- 3 followers
- 4 replies
- 4k views
I tried this or that, but strangely, I am unable to compile https://github.com/ribthegreat99OrN0P/Agile.NET-Deobfuscator-Latest. can anyone give advise how to reinstate 'Echo' dependencies correctly? i cant find them neither in nuget search or anywhere. Tried to manually build Echo projects and reference their dll, but was tiresome and still they were not accepted in primary solution.
-
Playing tracker file with BASS [C++, MinGW]
by Bang1338- 1 follower
- 5 replies
- 2.5k views
Hi, I'm trying to make my program to play tracker This time, i'm using BASS hResource = FindResource(NULL, MAKEINTRESOURCE(IDR_BASS), "BINARY"); hResourceLoaded = LoadResource(NULL, hResource); lpBuffer = (LPBYTE)LockResource(hResourceLoaded); dwFileSize = SizeofResource(0, hResource); GetTempPath(MAX_PATH, szTempName); GetTempFileName(szTempName, "MOD", 0, szTempName); hFile = CreateFile(szTempName,GENERIC_READ | GENERIC_WRITE,0,NULL,CREATE_ALWAYS,FILE_ATTRIBUTE_NORMAL,NULL); WriteFile(hFile, lpBuffer, dwFileSize, &dwBytesWritten, 0); CloseHandle(hFile); hLibrary = LoadLibrary(szTempName…
-
PE loaded from memory
by PeterN- 0 replies
- 1.4k views
Is it possible to create a new process of a PE file which is already in memory? I need my PE file(parent) execute a PE file embedded inside but as a separate process, not in memory space of the parent.
-
use required modifier on other framework?
by Hadits follower- 10 replies
- 2.7k views
as we know we can use it in .net , is there a way to use it on framework or netcore or netstanderd ?? https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/required
-
MATRIX in ASM
by wunder- 7 replies
- 6.7k views
Hi I came across this ripp of a keygen by NGEN coded all apparently in masm32 http://cyberdoomsyst...ngen_matrix.rar I will upload it here if the link dies... does anybody have the source ? or does naybody have this keygen?? It looks like they used Unicode macros to get this going??
-
Remove use of cs-parser.jay, use instead cs-parser.cs ???
by CodeExplorer- 1 follower
- 1 reply
- 1.9k views
Remove use of cs-parser.jay, use instead cs-parser.cs ??? Useful links: https://www.codeproject.com/Articles/330184/How-does-it-work-in-Mono-s-C-compiler https://stackoverflow.com/questions/7944695/jay-the-mono-c-sharp-compiler-and-changing-the-grammar https://www.cnblogs.com/shanyou/archive/2012/09/03/2669711.html So I already have cs-parser.cs, the problem is that the unknown format file cs-parser.jay is used instead of cs-parser.cs, I see this while I'm debugging the program. How to fix that? My program is using NRefactory v5.2 Here is program uploaded: https://www76.zippyshare.com/v/wZpa0g6k/file.html
-
DUMP of .Net memory assembly (ProFile)
by CodeExplorer- 2 followers
- 3 replies
- 2.1k views
DUMP of .Net memory assembly (ProFile): https://zditect.com/code/dump-of-net-memory-assembly-profile.html dump .NET assembly using profiler.
-
- 1 follower
- 1 reply
- 1.7k views
Read a xml without start format <?xml version="1.0" encoding="utf-8"?> in C# how to do it? .csproj file format old: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{B18A33EF-0831-44A1-84A9-DD1D16301856}</Pr…
-
New Python Coders Be Like...
by CodeExplorer- 1 follower
- 0 replies
- 2.2k views
New Python Coders Be Like... https://www.youtube.com/watch?v=0MhVkKHYUAY 24 hours to compute a maxim between numbers... WTF?
-
C# - get short name from type name ???
by CodeExplorer- 1 follower
- 2 replies
- 2.1k views
C# - get short name from type name ??? "Boolean" -> "bool" I remember of seeing something like this but don't remember where...
-
[C#, Dnlib] Control Flow Error !
by ItIsInx- 1 follower
- 1 reply
- 2.7k views
Guys i tried to fix this control flow protection class but failed when i use it to protect some assemblies sometimes it cause crash or not injected in methods so can anyone tell me why ! or fix it or even guide me RTControlFlow.cs
-
C# - ImageList - how to include it in MainForm resource ???
by CodeExplorer- 2 replies
- 1.8k views
So I've added an ImageList to MainForm but unfortunately in compiled exe is not under MainForm resource but as an separated resource called imageListTreeView.ImageStream, when I try to run the program it complain about resource not being found: this.imageListTreeView.ImageStream = (ImageListStreamer)componentResourceManager.GetObject("imageListTreeView.ImageStream"); How to fix this problem?
-
- 1 follower
- 7 replies
- 2k views
Hey guys, merry xmas to all ! I just wanted to modify the aboutbox that i have ripped by adding the snow effect from the "New year theme by x0man" effect. I tried initializing all the snow procedures and it crashed. Any suggestions please? if it is possible, i really need it a little urgent these days cuz i wanna make an xmas-themed keygen template. hohohooooo.rar
-
- 2 followers
- 0 replies
- 2.9k views
Hello I'm working on XUI ONE server (linux based server), XUI Panel has option to set default http header. I have searched on google unfortunately there is very few documents on ffmpeg headers command information. so i want to override http headers restrict stream request allow only certain domain name , i have applied the below code but its not working , my main purpose is to allow only my website access the url streams and block all others requests. what would be the best example of restricting streams using http headers by ffmpeg command? ffmpeg -headers "Access-Control-Allow-Credentials: true" -headers 'Access-Control-Allow-Methods…
-
[Help] Typecasting Windows
by unknown- 1 follower
- 2 replies
- 1.8k views
I came into a problem where i need to grab BeingDebugged BYTE from PEB https://learn.microsoft.com/en-us/windows/win32/api/winternl/ns-winternl-peb I got the address of PEB from x64 system PEB* _PEB = (PEB*)(__readgsqword(0x60)); to get the address of BeingDebugged flag i need something like (PBYTE)_PEB + 0x002 but i am not sure what typecasting exactly i have to use , give me your lights.
-
Time diff calulate in c++
by SuperJackAbcd- 1 follower
- 0 replies
- 1.6k views
#pragma once namespace CppCLR_WinformsProject1 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary> /// Summary for Form1 /// </summary> public ref class Form1 : public System::Windows::Forms::Form { public: Form1(void) { InitializeComponent(); // //TODO: Add the constructor code here // } protected: /// <summary> /// Clean up any resources being us…
-
[HELP] Call x86 on x64 process address space
by unknown- 1 follower
- 2 replies
- 2.4k views
I am trying to load x86 dll in address space of x64 process. Most of resources i found online talk about calling x64 bit dll in x86 process.
-
ComboBox event when selected item text was changed and finalized
by CodeExplorer- 2 followers
- 2 replies
- 1.8k views
Hi. I looking for something... ComboBox event when selected item text was changed and finalized??? - After selected value changed! Visual C++ 6.0
-
- 2 followers
- 1 reply
- 1.9k views
Hi guys, so I was just coding around a little and testing my stuff in OllyDBG and was wondering why I could not find the CreateProcess function in my intermodular calls list. Then I was checking out my IAT of my app and there could also not found the CreateProcess function and just found a address to AcLayers address which seems to be on top before calling the function. Just wanna know why and of course why? Is it just a on top protection function or something? Is it needed to use it by Windows and is there a way to prevent / disable that and is there also a function list what APIs are affected from those OnTop AcLayers PRE calls? Why that injection? Below my IAT pa…
-
SST C++ Keygen Template
by Bilbardfayim- 1 reply
- 5.3k views
File Name: SST C++ Keygen Template File Submitter: Bilbardfayim File Submitted: 12 Apr 2015 File Category: Source Code C++ Keygen Template by [sST] ........--------------------------........ Click here to download this file
-
Compute SHA256 hash of file
by SuperJackAbcd- 2 followers
- 1 reply
- 1.8k views
Source code private message to me. filehash.exe
-
Where is MethodDesc::Call ??? Framework 4.0
by CodeExplorer- 1 follower
- 5 replies
- 2.7k views
Where is MethodDesc::Call ??? Framework 4.0 https://www.oreilly.com/library/view/shared-source-cli/059600351X/ch06s02.html Is not inside method.cpp, in fact I can't find there any method starting with "Call" Alternatives? Any other simple way of executing .NET methods at low level?