Posts by Josiel Souza • 31 points
3 posts
- 
		1 votes1 answer87 viewsQ: Catch Startaddress with the Thread Module name of an external programI’m trying to differentiate the threads of a particular program. with "Processexplorer" software I can easily get through Start Address, since the method name appears: I tried to catch Startaddress… 
- 
		1 votes2 answers225 viewsQ: Select com group byI want to group the results that have the same name(varchar) and count the value(int) of the different key_id(varchar). For example, if the records were those: The results would be these… 
- 
		1 votes1 answer111 viewsQ: Check if position is between 2 positionsI am using this code here to check if a position is 'inside' an 'area', but it will probably explode if the hashmap has many Keys/Values, what would be the best way to do this ? Thank you.…